Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomic-router/react
React bindings for atomic-router
https://github.com/atomic-router/react
atomic-router effector javascript js react react-router router routing ts typescript
Last synced: 5 days ago
JSON representation
React bindings for atomic-router
- Host: GitHub
- URL: https://github.com/atomic-router/react
- Owner: atomic-router
- License: mit
- Created: 2022-02-06T16:22:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T18:23:21.000Z (11 months ago)
- Last Synced: 2023-12-20T13:44:36.626Z (11 months ago)
- Topics: atomic-router, effector, javascript, js, react, react-router, router, routing, ts, typescript
- Language: TypeScript
- Homepage: https://atomic-router.github.io
- Size: 654 KB
- Stars: 37
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Atomic-router-react
React bindings for [atomic-router](https://github.com/atomic-router/atomic-router)
[Example on StackBlitz](https://stackblitz.com/edit/react-fglswy)
> โ๏ธ **Attention**: At the moment atomic-router team collecting issues and feature requests to redesign and release update. Use current version of atomic-router on your own risk. We are going to write migration guide when/if the release will contain breaking changes. Thank you for reporting issues ๐งก
## Installation
Install core and react bindings:
```bash
npm i atomic-router atomic-router-react
```Don't forget about peer dependencies, if you haven't installed them yet:
```bash
npm i effector effector-react react
```## Documentation
Please, open [official documentation for the bindings](https://atomic-router.github.io/react/installation.html).
All types is built from the [source code](https://github.com/atomic-router/react/tree/main/src).