Skip to content

Lomray-Software/reactotron-mobx-store-manager

Repository files navigation

Reactotron plugin for Mobx stores manager

Reliability Rating Security Rating Maintainability Rating Vulnerabilities Bugs Lines of Code

Reactotron demo 1 Reactotron demo 2

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.