Skip to content

GautamSatish/react_router_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Router Demo

Known Vulnerabilities

This is a basic hands-on exericse intended to familiarize users with the React Router.

To get started,

  1. Clone the repo: git clone https://github.com/GautamSatish/react_router_demo.git
  2. Install the dependencies: npm install
  3. Start the webpack dev server: npm run dev

This should launch your app at http://localhost:9000/

To complete the exercise, you will need to update the code in the following places:

  1. src/MainMenu.jsx: Setup the Links as per the instruction in the source file.
  2. src/MainPanel.jsx: Setup the Switch with the Routes.
  3. src/Others.jsx, src/OthersMenu.jsx: Follow the same instructions.

A sample solution is present on the branch sample_solution.

About

Simple web app exercise on React Router 4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors