Create a Modal Route with React Router

added by JavaScript Kicks
7/12/2019 11:20:24 PM

1915 Views

Often times there is a route that is better served as a modal. You want to be able to link to it and still render the page behind it. With React Router this can be accomplished. We'll dive into rendering a route with a route that renders as a modal.


0 comments