react-router-modal
react-router-modal copied to clipboard
Is it possible to navigate inside the modal?
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
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?