An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# reduxable

[![Build Status - Travis CI](https://img.shields.io/travis/weavedev/reduxable.svg)](https://travis-ci.org/weavedev/reduxable)
[![Test Coverage - Code Climate](https://img.shields.io/codeclimate/coverage/weavedev/reduxable.svg)](https://codeclimate.com/github/weavedev/reduxable/test_coverage)
[![GPL-3.0](https://img.shields.io/github/license/weavedev/reduxable.svg)](https://github.com/weavedev/reduxable/blob/master/LICENSE)
[![NPM](https://img.shields.io/npm/v/@weavedev/reduxable.svg)](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).

[![API Documentation](https://img.shields.io/badge/API-Documentation-blue?style=for-the-badge&logo=typescript)](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)