redux-devtools
redux-devtools copied to clipboard
DevTools for Redux with hot reloading, action replay, and customizable UI
Hi you guys, There's any way to integrate redux-devtools to Flipper. I tried to search on stackoverflow but there's no clearly solution Thanks for you helps
Currently NodeType is only defined as a String It can be great to have a constants / enum definition to avoid to hardcode their usage in our project, like this:...
Why can I only see the location information of the call stack when I track the action, but I can't see the code? Do you need additional configuration? Now: ...
As far as I could see, there is no way of responding to a click on a node in the tree. I need to get the `keypath` property corresponding the...
I could not find any related issues, so please forgive me if this was already addressed somewhere. React throws following warning when using `react-json-tree`: ``` Warning: Using UNSAFE_componentWillReceiveProps in strict...
Using Redux Dev Tools in Chrome dev tools on Ubuntu, when I'll use keys "Shift + :" to set ":" in "Dispatcher", it is opening dev tools settings. I recorded...
It appears as though devtools-cli does not use hostname and port settings specified on the command line. This is causing problems when trying to migrate from the old `remotedev` to...
It would be cool if the tree view displayed the class name (and with that, Immutable descriptive names) of the values: Concept: 
To reproduce: - Dispatch an action that results in some state like `book.title` where `title` has a value of `cars & trucks` - Open the Redux devtool - Go to...
When there's a lot of data, the tooltip becomes unusable, so would be nice to show at least a part of it as a preview. Basically we'll need to shorten:...