Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simoneb/navigation-state-hooks
React Hooks for storing navigation state. Works with react-router and @reach/router.
https://github.com/simoneb/navigation-state-hooks
navigation reach-router react react-router react-router-dom router
Last synced: 12 days ago
JSON representation
React Hooks for storing navigation state. Works with react-router and @reach/router.
- Host: GitHub
- URL: https://github.com/simoneb/navigation-state-hooks
- Owner: simoneb
- License: other
- Created: 2021-01-02T22:18:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T12:46:42.000Z (over 2 years ago)
- Last Synced: 2024-10-12T02:53:19.397Z (about 1 month ago)
- Topics: navigation, reach-router, react, react-router, react-router-dom, router
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> The license of this software has changed to AWISC - Anti War ISC License
# navigation-state-hooks
![ci](https://github.com/simoneb/navigation-state-hooks/workflows/ci/badge.svg)
[![codecov](https://codecov.io/gh/simoneb/navigation-state-hooks/branch/master/graph/badge.svg?token=9q93I8kWJR)](https://codecov.io/gh/simoneb/navigation-state-hooks)
[![npm version](https://badge.fury.io/js/navigation-state-hooks.svg)](https://badge.fury.io/js/navigation-state-hooks)
[![bundlephobia](https://badgen.net/bundlephobia/minzip/navigation-state-hooks)](https://bundlephobia.com/result?p=navigation-state-hooks)
[![bundlephobia](https://badgen.net/bundlephobia/dependency-count/navigation-state-hooks)](https://bundlephobia.com/result?p=navigation-state-hooks)React Hooks for storing navigation state.
- [Setup](#setup)
## Setup
```bash
npm i navigation-state-hooks
```