August 2017
Beginner
374 pages
10h 41m
English
After creating the Router component, we still need to use it in our App component. To use the Router component, perform the following steps:
import ConnectedRouter from '../containers/ConnectedRouter.jsx'
<MainPage />
With our router:
<ConnectedRouter />
Again, when you open the application, everything should work the same as before. As we do not have any way to change the route yet, the main page will always be displayed.
Read now
Unlock full access