M
M
Maxim Korolsky2016-10-09 14:47:19
React
Maxim Korolsky, 2016-10-09 14:47:19

How to organize a route in an application with popups?

There is one application, it has links to pop-ups.
It is necessary to make it so that when clicking on this link, the pop-up opens above the same page.
That is, if I opened the pop-up on the profile page (it was profile/ became contact/), then this pop-up would open exactly above profile page, if using the same link I open a popup on the page (donat/ => contact/), then the popup opens above the donat/ page
How to do it? Can anyone tell me or give me a hint?
I understand that here it is necessary to work with routes with this.props.children with context
But the picture in my head cannot be completed

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Wolf, 2016-10-09
@mannaro

you shouldn't do that

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question