-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Implement devtool hooks #7
Comments
It would be nice to model this in a flux way so that apps (like a devtools app) can be plugged in on top of it. Marty has done that already. We can use panels to present it. I'll be glad to help out with that :) |
Yeah, I definitely want to potentially support a DevTools app. I'm not going to write it myself tho, as it's crazy effort and people trying it generally say it wasn't worth it. A separate “debugger” app communicating by sockets that can be displayed in a DevTools container is more like what I envision. |
Good stuff :) I think that in redux's case it might be a different story regarding its use as hot reloading all the things changes the scenario quite a lot and a clear UI to it might be very beneficial to do all that time travelling :) |
Agree here. :-) |
it looks like redux is now turning into an 'isomorphic thing' (or it ever was but api changes make it clearer now). then i suggest to check out https://github.com/caiogondim/logdown |
Superseded by #195. |
I'm currently working on that here. So far it has been doable (and difficult). At the moment I'm trying to reason about getting Commit, Revert, etc. to work back to the client from the desktop app. I plan on building in more devtools features as well (eg. The ability to add action buttons that will trigger your actions in your application). |
When #6 is done, I want to use it to implement hooks for debugging and time travelling from console.
The API could be something like
etc.
The text was updated successfully, but these errors were encountered: