Replies: 3 comments 4 replies
-
That would cool! I saw this one a while back: |
Beta Was this translation helpful? Give feedback.
-
@ArnieGA Completely agree with you. Having devtools would be nice. It's not clear what's going on. I decided to create a simple logger to understand what is going on with application state. It's is still work in progress but you can try: https://github.com/kubk/mobx-log Here is the log output: Here we see that an action has modified observable, it triggered computed to recalculate. |
Beta Was this translation helpful? Give feedback.
-
I come from the vue.js world where the community can't live without the vue-devtools which is like the soul of DX. Official integration into redux-devtools with remotedev (computed not showing currently and not stable) is very important, esp when mobx is sooo good without any other good alternative... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi:
Mobx is awesome!...until the part where you lack good dev tools for your observables. Andy Kogut's extension appears to be the sole option out there, which hasn't been successful coping with React 17 changes...
Could you please add this to your future milestones list?
I'm willing to bet that I'm not the only developer who thinks Mobx is great, but lacks the proper browser development tools. I go crazy every time I have to code a complex React component observer, because I know that I will not have the tool to keep an eye on the corresponding observers.
Beta Was this translation helpful? Give feedback.
All reactions