https://github.com/mystybutterfly/react-router
Simple project for junior developers. Shows how you can use React Router. Hopefully it will save you a lot of time.
https://github.com/mystybutterfly/react-router
async await axios callback dynamic fetch lazy link navlin nested outlet react reactjs rout routes suspense
Last synced: 2 months ago
JSON representation
Simple project for junior developers. Shows how you can use React Router. Hopefully it will save you a lot of time.
- Host: GitHub
- URL: https://github.com/mystybutterfly/react-router
- Owner: mystyButterfly
- Created: 2024-09-18T10:04:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T08:15:18.000Z (about 1 year ago)
- Last Synced: 2025-10-08T07:54:03.352Z (9 months ago)
- Topics: async, await, axios, callback, dynamic, fetch, lazy, link, navlin, nested, outlet, react, reactjs, rout, routes, suspense
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Router
This is small project for junior developers.
I used here different elements from React Router. When I was learning React Router I needed the same one. That why I decide to share.
I created this in React and Vite. You can see more about in internet about this. Just search "npm create vite".
To see the project you need to do next steps:
1. Download repository or copy directly.
how to download? https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github
2. Take files from the archive to your folder.
3. Open your folder in code editor (for example VS-code)
4. Use next command:
nmp install
*this comand install dependency you need for this project. This command create folder node_modules and add there some folders.
npm run dev
*this comand run this project