mobx-store-devtools
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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.

Package Sidebar

Install

npm i mobx-store-devtools

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • infinumcom
  • jjanus
  • danipavic
  • safo6m
  • fvoska
  • darkokukovec
  • infinumco