Using MobX React DevTools

MobX ships with DevTools that can be used to track the rendering behavior and data dependencies of your app.

$ npm install mobx-react-devtools

To enable devtools, import and render the devtools somewhere in your code-base.

import DevTools from 'mobx-react-devtools'

const App = () => (
  <div>
    ...
    <DevTools />
  </div>
)

results matching ""

    No results matching ""