mobx-store-devtools
v0.2.0
Published
Connector between Redux DevTools Extension and mobx-collection-store/mobx-jsonapi-store
Downloads
6
Readme
mobx-store-devtools
Connector between Redux DevTools Extension and mobx-collection-store/mobx-jsonapi-store
Installation
npm install --save-dev mobx-store-devtools
Setup
import {init} from 'mobx-store-devtools';
import {Collection} from 'mobx-collection-store';
const collection = new Collection();
init(collection); // This can be any instance of the collection or jsonapi store
If you need to pass some options (e.g. remote), you can pass an options object as the second argument.
Store usage
For the store usage, check the mobx-collection-store and mobx-jsonapi-store docs.
License
The MIT License
Credits
mobx-store-devtools library is maintained and sponsored by Infinum.