https://github.com/alex1990/tiny-react-router
A tiny react router for learning react-router core implementation
https://github.com/alex1990/tiny-react-router
Last synced: about 1 year ago
JSON representation
A tiny react router for learning react-router core implementation
- Host: GitHub
- URL: https://github.com/alex1990/tiny-react-router
- Owner: Alex1990
- License: mit
- Created: 2018-12-16T03:11:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T09:52:35.000Z (over 7 years ago)
- Last Synced: 2025-05-09T08:58:33.860Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tiny-react-router
A tiny react router for learning react-router core implementation
```js
// Install dependencies
npm install
// Start a server
npm start
```