@mobx-devtools/tools

0.0.4 • Public • Published

Mobx-devtools V0.0.3:

Allows debugging mobx roots,

Installation

Using npm:

npm i --save @mobx-devtools/tools

Use case

import {injectStores} from '@mobx-devtools/tools';

const storeA = new StoreA();
const storeB = new StoreB();

injectStores({
  storeA,
  storeB
});

const App = () => {
  // other code
}```

Readme

Keywords

Package Sidebar

Install

npm i @mobx-devtools/tools

Weekly Downloads

1,791

Version

0.0.4

License

MIT

Unpacked Size

3.64 kB

Total Files

8

Last publish

Collaborators

  • goulinquan
  • arvinliu