mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
Merge remote-tracking branch 'gaearon/master'
This commit is contained in:
commit
669b1be808
|
@ -33,6 +33,10 @@ For fun, you can also open `http://localhost:3000/?debug_session=123`, click aro
|
||||||
|
|
||||||
Oh, and you can do the same with the TodoMVC example as well.
|
Oh, and you can do the same with the TodoMVC example as well.
|
||||||
|
|
||||||
|
If you only would like to monitor a part of the state, you can set a select-prop on the DevTools component.
|
||||||
|
ex. `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`
|
||||||
|
|
||||||
|
|
||||||
### It's Ugly!
|
### It's Ugly!
|
||||||
|
|
||||||
The design or usability is not the point. (Although we'll have better design in the future :-)
|
The design or usability is not the point. (Although we'll have better design in the future :-)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redux-devtools",
|
"name": "redux-devtools",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Redux DevTools with hot reloading and time travel",
|
"description": "Redux DevTools with hot reloading and time travel",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user