react-native-debugger
react-native-debugger copied to clipboard
Add mobx-devtools support
Please add mobx dev tools. https://chrome.google.com/webstore/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod
I haven't used it, please proposal how to integrate it, I'll consider to accept any contributions about this.
For anyone who stumbles upon this, mobx works automatically as demoed in https://github.com/jhen0409/react-native-debugger/tree/master/examples/counter-with-mobx; you just need to install mobx-remotedev in your project and decorate the stores.
@jhen0409 Close the issue?
There is a different Mobx Devtool now, much more useful, especially for MST users ... https://github.com/mobxjs/mobx-devtools
It works as a browser extension, so I assume integration should be pretty straightforward as with Redux one?
Regarding mobx-remotedev: it doesn't work with MobX 4, mostly because it still relies on extras namespace which was deprecated. getDebugName is in root namespace now. And since the project hasn't been active for almost a year now, I doubt that it's going to change (but one can fork it though).
can you use mobx-devtools in react native now? thank you! mobx-devtools:https://github.com/mobxjs/mobx-devtools