Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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/)