An open API service indexing awesome lists of open source software.

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)

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