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

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.

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