-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redux devtools support #1
Comments
Would be great to have redux devtools support, esp when the official Mobx devtools & Redux-remote both are unmaintained :-( No point in reviving mobx devtools, as redux devtools is a better option as it could cover both redux & mobx.. Looks like redux-remote wasn't updated for the mobx later versions that used proxy, and no computed properties are now visible in redux-devtools, would be good to get that working. Thanks a bunch for asking :-) Just because of this one limitation (not showing computed), I stopped using computed in mobx and rather I'm using verbose observable+autorun patterns, devtools is sooo important 👍 |
Hi @akkayy . What do you need the most from mobx-remotedev? Personally I've stopped to use remotedev because mobx-log covers all my needs. It logs store changes, you can have an access to store in browser console using store.STORE_NAME . So you can see observables, computeds and call actions |
Thanks for the quick response @kubk. Love your logger, will definitely use it as a supplement. Really sad that mobx that's such a smart one, has really no stable devtools. Where devtools shine is when we use both mutable and immutable data in our state.. In large applications, we can end up with immutable nested objects of many levels like this: This sort of data as computed, gets harder to track during dev on the console. |
Hi @TechAkayy @dstaver |
Wow, this is fantastic. Thanks bunch, will test it out. |
Is it needed? Put 👍 if you think so :)
The text was updated successfully, but these errors were encountered: