January 2019
Intermediate to advanced
460 pages
10h 33m
English
In the past, there were a lot of of React Router, with various implementations and features. As we mentioned previously, we are going to install and configure version 4 for this book. If you search for other tutorials on this topic, make sure that you follow the instructions for this version. Otherwise, you might miss some of the changes that React Router has gone through.
To install React Router, simply run npm again, as follows:
npm install --save react-router-dom
From the package name, you might assume that this is not the main package for React. The reason for this is that React Router is a multi-package library. That comes in handy when using the same tool for multiple platforms. The core package is called react-router ...
Read now
Unlock full access