Awesome
Reactotron plugin for Mobx stores manager
<p float="center"> <img src="https://raw.githubusercontent.com/Lomray-Software/reactotron-mobx-store-manager/staging/example/demo1.jpg" alt="Reactotron demo 1" width="300"/> <img src="https://raw.githubusercontent.com/Lomray-Software/reactotron-mobx-store-manager/staging/example/demo2.jpg" alt="Reactotron demo 2" width="300"/> </p>Table of contents
Getting started
The package is distributed using npm, the node package manager.
npm i --save-dev @lomray/reactotron-mobx-store-manager
In your ReactotronConfig.js
:
import MobxStoreManagerPlugin from '@lomray/reactotron-mobx-store-manager';
const reactotron = Reactotron
.configure()
.use(MobxStoreManagerPlugin()) // connect plugin
.connect()
Bugs and feature requests
Bug or a feature request, please open a new issue.
Copyright
Code and documentation copyright 2022 the Lomray Software.