React Router
React Router can solve the concern when creating a single-page application (SPA) while wanting to have something like multiple pages.
Simply wrap the desired routes with a BrowserRouter and a Switch.
<BrowserRouter>
<Switch>
<Route exact ...
wishba.hashnode.dev1 min read