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 #79

Open
benetis opened this issue May 17, 2018 · 2 comments
Open

Redux devtools #79

benetis opened this issue May 17, 2018 · 2 comments

Comments

@benetis
Copy link

benetis commented May 17, 2018

Did anyone try to integrate diode with redux dev tools?

Are there some fundamental differences preventing from writing a "plugin"?

https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en

@ochrons
Copy link
Collaborator

ochrons commented May 17, 2018

The internal representation of Scala classes and data structures is not as straightforward as in vanilla JS, so the plugin would not be able to show the data in a very meaningful way. It would require some sort of "JSON serialization" support on the application side, which would make things quite complicated.

This same issue affects also debugging Scala.js apps in the browser. The code is easy, but data is complicated :)

@glmars
Copy link
Contributor

glmars commented May 21, 2018

@benetis I tried a bit. Please see my very simple experiment based on TodoMVC project:
glmars@203bcbc

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

No branches or pull requests

3 participants