Implementing React app routing with React Router v6
Download (or clone) the project, install dependencies and run the project:
npm install
# --- or ---
yarn install
npm start
# --- or ---
yarn start
This project was created as a fork of this project and based on this LogRocket article. This project has the following modifications compared to the original project:
- Up-to-date dependencies
- A 404 - page-not-found view
- Some functional and logical enhancements were done
Credit goes to the original article's author, Aman Mittal.