Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxsmnsyc/store-adapter
Connect stores and mutable sources to React and Preact the correct way
https://github.com/lxsmnsyc/store-adapter
hook mutable-sources preact react state-management store subscription
Last synced: 3 months ago
JSON representation
Connect stores and mutable sources to React and Preact the correct way
- Host: GitHub
- URL: https://github.com/lxsmnsyc/store-adapter
- Owner: lxsmnsyc
- License: mit
- Created: 2021-04-02T12:18:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T06:50:07.000Z (over 3 years ago)
- Last Synced: 2024-05-23T05:43:48.136Z (7 months ago)
- Topics: hook, mutable-sources, preact, react, state-management, store, subscription
- Language: TypeScript
- Homepage:
- Size: 608 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# store-adapter
## Packages
| Package | Version | Example | Notes |
| --- | --- | --- | --- |
| [`react-store-adapter`](https://github.com/lxsmnsyc/store-adapter/tree/main/packages/react-store-adapter) | [![NPM](https://img.shields.io/npm/v/react-store-adapter.svg)](https://www.npmjs.com/package/react-store-adapter) | |
| [`preact-store-adapter`](https://github.com/lxsmnsyc/store-adapter/tree/main/packages/preact-store-adapter) | [![NPM](https://img.shields.io/npm/v/preact-store-adapter.svg)](https://www.npmjs.com/package/preact-store-adapter) | |## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)