May 2021
Intermediate to advanced
394 pages
6h 45m
English
React, unlike Angular, is a library instead of a framework, meaning specific functionalities (for example, routing or PropTypes) are not part of the React Core. Instead, routing is handled by a third-party library called React Router.
In this chapter, you will see how to implement React Router in your application, and by the end of the relevant sections, you will be able to add dynamic routes and understand how React Router works.
In this chapter, we will cover the following topics:
Read now
Unlock full access