Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epicmet/react-raw-router
Just another shitty react router.
https://github.com/epicmet/react-raw-router
Last synced: 3 days ago
JSON representation
Just another shitty react router.
- Host: GitHub
- URL: https://github.com/epicmet/react-raw-router
- Owner: epicmet
- Created: 2022-10-22T11:34:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T11:43:27.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:15:18.308Z (2 months ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Raw Router
Just a basic react app with a router implemented from scratch.## See in action
1. Clone the project and install the dependencies and then run:
```bash
yarn dev
# OR
npm run dev
```2. Change and define your own components and routes in `src/Router.tsx`.
## References
This [article](https://jamesknelson.com/routing-with-raw-react/) Helped me out.