1.2.0 • Published 9 months ago

@lomray/reactotron-mobx-store-manager v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Reactotron plugin for Mobx stores manager

Reliability Rating Security Rating Maintainability Rating Vulnerabilities Bugs Lines of Code

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.