https://github.com/weavedev/reduxable
Abstract class to create mountable redux store parts with builtin reducers and redux-sagas
https://github.com/weavedev/reduxable
Last synced: 5 months ago
JSON representation
Abstract class to create mountable redux store parts with builtin reducers and redux-sagas
- Host: GitHub
- URL: https://github.com/weavedev/reduxable
- Owner: weavedev
- License: mit
- Created: 2020-01-26T17:41:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:07:20.000Z (over 3 years ago)
- Last Synced: 2025-09-03T05:33:01.966Z (10 months ago)
- Language: TypeScript
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reduxable
[](https://travis-ci.org/weavedev/reduxable)
[](https://codeclimate.com/github/weavedev/reduxable/test_coverage)
[](https://github.com/weavedev/reduxable/blob/master/LICENSE)
[](https://www.npmjs.com/package/@weavedev/reduxable)
Abstract class to create mountable [Redux](http://redux.js.org/) store parts with builtin reducers and [Redux-Saga](https://redux-saga.js.org) generators
## Install
```
npm i @weavedev/reduxable
```
## API documentation
We generate API documentation with [TypeDoc](https://typedoc.org).
[](https://weavedev.github.io/reduxable/)
## Usage
## License
[GPL-3.0](https://github.com/weavedev/reduxable/blob/master/LICENSE)
Made by [Paul Gerarts](https://github.com/gerarts) and [Weave](https://weave.nl)