davidmfoley / react-router-modal

Simple modals for react-router 4
MIT License
153 stars 20 forks source link

Is it possible to navigate inside the modal? #27

Open blarfoon opened 6 years ago

blarfoon commented 6 years ago

Is it possible to add some paths inside the modal? How could it be implemented? I'd like to implement a settings modal with a lot of categories

davidmfoley commented 6 years ago

Can you provide a little bit more information about what you are trying to do? You can add <Route/> elements inside a <Switch...</Switch> in a modal. Maybe that's what you want?