December 2019
Intermediate to advanced
598 pages
12h 21m
English
In this section, we are going to install React Router with the corresponding TypeScript types by carrying out the following steps:
> npm install react-router-dom
> npm install @types/react-router-dom --save-dev
That's it—nice and simple! We'll start to declare the routes in our app in the next section.
Read now
Unlock full access