Skip to content

Pradeep-1612/21-Advanced-Routing-Management-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

21-Advanced-Routing-Management-Project

Concepts covered in this application:

  1. Advanced routing management techniques using react-router-dom

1. To install dependencies for the frontend application

cd frontend

npm install

2. To install dependencies for the backend application

cd backend

npm install

3. To run this application in the development server

Open a terminal > start the frontend server -

cd frontend

npm start

Open a new terminal > Change the directory to 'backend' folder > start the backend server -

cd backend

npm start

About

This project showcases advanced routing management techniques using React Router DOM. It covers best practices like nested routes, route protection, lazy loading, and dynamic route matching to build scalable, maintainable navigation in React applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors