October 2017
Intermediate to advanced
302 pages
7h 27m
English
Let's start with the basics. Run the following in the Terminal from the project root.
yarn add react-router-dom@4.2.2
The react-router-dom contains all the React components we could want for routing our user through our application. You can view the full documentation for it at https://reacttraining.com/react-router. The only components we’ll be interested in, however, are Route and BrowserRouter.
Read now
Unlock full access