ReactJS - Part 7 - Routing in a single page application

Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=gyVHR9ut0FU



Duration: 1:07:02
114 views
5


Setup Routes and link to them with the NavLink and Link tags. Setup a default route or redirect unknown routes to a specific route.
Extract parameters from props.match.params and use the query parameters in the components.
Enjoy! :-)
Feel free to leave a comment or question.
The code is located here with tag Part_7:
https://github.com/ekim197711/reactjs-springboot
Follow me on twitter:
https://twitter.com/MikeMoelNielsen







Tags:
react
reactjs
route
routing
navlink
link
redirect
default route
javascript
single page application
web
frontend