https://github.com/devferx/devferx-react-router
React and typescript React Router (For learning purposes)
https://github.com/devferx/devferx-react-router
react typescript vite
Last synced: 7 months ago
JSON representation
React and typescript React Router (For learning purposes)
- Host: GitHub
- URL: https://github.com/devferx/devferx-react-router
- Owner: devferx
- Created: 2023-07-07T20:48:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T16:31:54.000Z (over 2 years ago)
- Last Synced: 2025-04-09T18:05:31.465Z (10 months ago)
- Topics: react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devferx React Router
- [x] Install the linter
- [x] Create a way to make MPAs (Multiple Page Application)
- [x] Create a way to make SPAs (Single Page Applications)
- [x] Being able to navigate between pages with the back button
- [x] Create Link component to make it declarative
- [x] Create Router component to make it more declarative
- [x] Support default route (404)
- [x] Support routes with parameters
- [x] component to make it declarative
- [x] Lazy Loading of routes
- [x] Testing