Skip to content

Commit

Permalink
Merge pull request #33 from rogermarkussen/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
gaearon committed Aug 4, 2015
2 parents 9e9d23d + dda35f7 commit 5cf97a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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!

The design or usability is not the point. (Although we'll have better de# the future :-)
Expand Down

0 comments on commit 5cf97a7

Please # to comment.