Skip to content
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

Closed
kubk opened this issue Sep 18, 2021 · 6 comments
Closed

Redux devtools support #1

kubk opened this issue Sep 18, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@kubk
Copy link
Owner

kubk commented Sep 18, 2021

Is it needed? Put 👍 if you think so :)

@TechAkayy
Copy link
Contributor

TechAkayy commented Dec 2, 2021

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 👍

@kubk
Copy link
Owner Author

kubk commented Dec 2, 2021

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

@TechAkayy
Copy link
Contributor

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:

image

This sort of data as computed, gets harder to track during dev on the console.

@kubk kubk added the enhancement New feature or request label Dec 19, 2021
@kubk
Copy link
Owner Author

kubk commented Aug 9, 2022

Hi @TechAkayy @dstaver
The Redux devtools support has been added in 1.0.0

#33

@kubk kubk closed this as completed Aug 9, 2022
@TechAkayy
Copy link
Contributor

Wow, this is fantastic. Thanks bunch, will test it out.

@TechAkayy
Copy link
Contributor

TechAkayy commented Aug 28, 2022

Thanks @kubk. Just started using v1.0.0 and it's great to have redux-devtools support. On that topic, I have added a related feature request here - #34. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants