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: 3 months 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T03:20:56.000Z (5 months ago)
- Last Synced: 2025-03-09T05:32:43.047Z (3 months ago)
- Topics: hooks, react, react-hooks, router, routing
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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