Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrahamuchos/jobarouter
Tutorial de React Router 6 (React Router in Depth - The Net Ninja)
https://github.com/abrahamuchos/jobarouter
react-router react18 vite
Last synced: 6 days ago
JSON representation
Tutorial de React Router 6 (React Router in Depth - The Net Ninja)
- Host: GitHub
- URL: https://github.com/abrahamuchos/jobarouter
- Owner: abrahamuchos
- Created: 2023-03-05T18:18:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T19:32:02.000Z (8 months ago)
- Last Synced: 2024-11-17T14:44:43.764Z (2 months ago)
- Topics: react-router, react18, vite
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Jobarouter
A router's course to react rotuter dom v6.9.0.
This course is provided by [The Net Ninja](https://www.youtube.com/@NetNinja)Course name: [React Router in Depth](https://www.youtube.com/playlist?list=PL4cUxeGkcC9iVKmtNuCeIswnQ97in2GGf)
Access the course files on GitHub [link](https://github.com/iamshaunjp/react-router-in-depth)
## Run Locally
To deploy this project run
```bash
npm run install
```To run server
```bash
npm run dev
```To run data
```bash
json-server -p 4000 -w ./data/db.json
```## Features
- Old way of working with react router dom (< v6.4)
- Router Provider, createBrowserRouter, Outlet
- Nested routes & layouts
- Loaders
- Params
- Error element
- Breadcrumbs
- Actions
- Navigate and replace## License
[MIT](https://choosealicense.com/licenses/mit/)