Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.