redux-multistore

0.3.1 • Public • Published

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

Package Sidebar

Install

npm i redux-multistore

Weekly Downloads

3

Version

0.3.1

License

MIT

Unpacked Size

144 kB

Total Files

77

Last publish

Collaborators

  • thinkrapido