August 2017
Beginner
374 pages
10h 41m
English
To get a feeling for how routing works with Redux (and React), we are going to start by manually implementing a simple router for our application. To be able to implement routing, we first need to split our application into separate pages: the main page and the about page.
Our simple router will work as follows:
Read now
Unlock full access