Connector between Redux DevTools Extension and mobx-collection-store/mobx-jsonapi-store
Connector between Redux DevTools Extension and mobx-collection-store/mobx-jsonapi-store
npm install --save-dev mobx-store-devtools
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.
For the store usage, check the mobx-collection-store and mobx-jsonapi-store docs.
The MIT License
mobx-store-devtools library is maintained and sponsored by
Infinum.