react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

Add mobx-devtools support

Open khomyakov42 opened this issue 8 years ago • 5 comments

Please add mobx dev tools. https://chrome.google.com/webstore/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod

khomyakov42 avatar Oct 29 '17 13:10 khomyakov42

I haven't used it, please proposal how to integrate it, I'll consider to accept any contributions about this.

jhen0409 avatar Oct 29 '17 17:10 jhen0409

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?

petrbela avatar Feb 10 '18 03:02 petrbela

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?

danielkcz avatar Feb 11 '18 11:02 danielkcz

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).

baygeldin avatar Mar 18 '18 20:03 baygeldin

can you use mobx-devtools in react native now? thank you! mobx-devtools:https://github.com/mobxjs/mobx-devtools

gaodeying avatar Jun 27 '24 03:06 gaodeying