🔎 an exploration of React Router 🔍
The purpose of this project is to showcase the capabilites of React Router. Namely:
- Nested Routing
- Dynamic Routing
- Declarative Routing
- URL Manipulation
- Route Matching
- Code Splitting
Fork and clone, then:
npm install
npm start
- React (frontend)
- Vite (bundling)