Update README.md

This commit is contained in:
rogermarkussen 2015-07-28 19:55:49 +02:00
parent 5813c4c852
commit dda35f7258

View File

@ -31,11 +31,12 @@ open http://localhost:3000
Try clicking on actions in the log, or changing some code inside `examples/counter/reducers/counter`. Try clicking on actions in the log, or changing some code inside `examples/counter/reducers/counter`.
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh. For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.
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} />
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 :-)