/
React v6 Routes
React v6 Routes
Start with
npx create-react-app react-router-demo
Modify your App.js to like this
Create the following Components
Click on any of the menu links and notice that you lose the menu, and you have to click the back button or type http://localhost:3000 to back the home page
this is because they are all subcomponents of <App>
Modify App.js so it looks like this
Observe that the url changes but the child layout doesn’t display anything
, multiple selections available,
Related content
4.0-init_routing_add
4.0-init_routing_add
More like this
Routes (navigation links)
Routes (navigation links)
More like this
7.3/4-nested_routes
7.3/4-nested_routes
More like this
ReactJS
ReactJS
More like this
node_modules
node_modules
More like this
Basic Concepts
Basic Concepts
More like this