0.3.1 • Published 6 years ago

redux-multistore v0.3.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

redux-multistore

Provides multistore functionality for a redux store using redux-observable

What's this about?

Many people out there demand a functionality which facilitates an easy access to a large partitioned redux store.

This project tries to give them a tool at hand to make this dream happen by providing

  • Storage classes for easy access,
  • Coding by convention,
  • Utilizing reactive streams
  • and more.

The source code depends on three other projects.

How to build the project

$ git clone https://github.com/i-think-rapido/redux-multistore.git
$ cd redux-multistore
$ npm install
$ npm run build

Investigate the examples

Currently only Vue.js is available.

Run the vue example:

$ cd examples/vue
$ npm install
$ npm link ../..
$ npm start

Open your browser and type in http://localhost:8080/.

You should also open the javascript console of this browser to see log statements.

Documentation

You can find the documentation for this project here.

Todos

  • Typescript bindings
  • Replay with redux-devtools is currently not available