You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm currently building a modal that should also function as a multi-step form wizard.
Since I'm already using react-router on my project, I want to know if it' be possible to nest a Router within a BrowserRouter. Something along the lines of
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I'm currently building a modal that should also function as a multi-step form wizard.
Since I'm already using react-router on my project, I want to know if it' be possible to nest a
Router
within aBrowserRouter
. Something along the lines ofLoking at similar discussions, the closest thing would be the ability to have slotted outlets as proposed here
Or support multiple routers somehow?
Beta Was this translation helpful? Give feedback.
All reactions