Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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