Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomic-router/solid
SolidJS binginds for atomic-router
https://github.com/atomic-router/solid
atomic-router effector router solid typescript
Last synced: 3 months ago
JSON representation
SolidJS binginds for atomic-router
- Host: GitHub
- URL: https://github.com/atomic-router/solid
- Owner: atomic-router
- License: mit
- Created: 2022-07-29T16:56:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T19:58:51.000Z (about 1 year ago)
- Last Synced: 2024-11-08T18:04:28.656Z (3 months ago)
- Topics: atomic-router, effector, router, solid, typescript
- Language: TypeScript
- Homepage: https://atomic-router.github.io
- Size: 227 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Atomic-router-solid
SolidJS bindings for [atomic-router](https://github.com/atomic-router/atomic-router)
> โ๏ธ **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 solid bindings:
```bash
pnpm i atomic-router atomic-router-solid
```Don't forget about peer dependencies, if you haven't installed them yet:
```bash
pnpm i effector effector-solid solid-js
```## Documentation
Please, open [official documentation for the bindings](https://atomic-router.github.io/solidjs/installation.html).
All types is built from the [source code](https://github.com/atomic-router/solid/tree/main/src).