JumpStart – React Router
React router React router, as you can guess, is a library you can install to create routes for your React app. DOCS Note that this is considered Client-side routing. Client-side vs Server-side routing pros and cons Steps 1) <BrowserRouter><App/></BrowserRouter> 2) <link to=’/home’> (instead of a href) 3) <Route path=”/home” component={HomePage}> You can define a path … Continue reading JumpStart – React Router