-
Notifications
You must be signed in to change notification settings - Fork 2
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
Marty v0.9 #7
Marty v0.9 #7
Conversation
@oliverwoodings Thanks to martyjs/marty#183 we no longer have a direct relationship between a store changing and a component rendering so I need to update the UI to be less hierarchal (This has made a whole load other things much simpler as well). While I'm here I was going to re-think the data we show on this page so question for you: What data do you think would be useful to show? Right now I'm showing
|
It could potentially be useful to see what StateSources got invoked as a result of an action too |
@oliverwoodings thats interesting, I will investigate if possible. Btw I've added your suggestion for serializers. Immutable.js plays nicely with devtools now |
Tasks
Bugs
Resizing side panel causes app to crash Resizing side panel causes app to crash #1Still can't figure this one outRevert to action
So now support reverting actions from the DevTools which allows you to get your UI back to a specific point