Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamlim/reroute
A routing solution for React applications using Hooks
https://github.com/hamlim/reroute
hooks react react-hooks router routing
Last synced: 18 days ago
JSON representation
A routing solution for React applications using Hooks
- Host: GitHub
- URL: https://github.com/hamlim/reroute
- Owner: hamlim
- Created: 2018-05-05T01:22:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T04:07:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T20:19:49.324Z (about 1 month ago)
- Topics: hooks, react, react-hooks, router, routing
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reroute
Reroute is a collection of packages for routing within React applications built using React hooks.
### Packages
- [`@reroute/core`](https://github.com/hamlim/reroute/tree/main/core#reroute-core)
- Core Hooks for creating routers
- [`@reroute/browser`](https://github.com/hamlim/reroute/tree/main/browser#reroute-browser)
- A browser based routing solution with hooks + components
- `@reroute/native` - Coming Soon!
- A React Native based routing solution with hooks and components
- `@reroute/server` - Coming Soon!
- A server rendering safe routing solution with hooks and components