MobX + React DevTools
MobX ships with DevTools that can be used to track the rendering behavior and data depenencies of your app.
Usage:
Install:
npm install mobx-react-devtools
To enable devtools, require the devtools somewhere in your code-base.
require('mobx-react-devtools')
For more details check the mobx-react-devtools repository.