Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/react-router
https://github.com/hirwa13/react-router
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirwa13/react-router
- Owner: HIRWA13
- Created: 2023-10-02T10:29:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T15:19:33.000Z (about 1 year ago)
- Last Synced: 2023-11-20T16:34:32.739Z (about 1 year ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Router
## What is React Router
React Router is a collection of navigational components that compose declaratively with your application. React Router allows us to build a single page web application with navigation without the page refreshing as the user navigates. React Router uses component structure to call components, which display the appropriate information.
## About this Repo:
This repo contains a project I am doing currently while learning React Router. I am using the project from the course from `scrimba.com`. The course is called `Learn React Router for Beginners` and is taught by Bob Ziroll. The course is free and can be found [here](https://scrimba.com/course/greactrouter).
## What I have learned so far:
- How to install React Router
- How to use the BrowserRouter component
- How to use the Route component
- How to use the Link component
- and more to come...## How to run this project
1. Clone this repo
2. Run `npm install`
3. Run `npm run dev`