Skip to content

Commit 5cf97a7

Browse files
committed
Merge pull request #33 from rogermarkussen/patch-1
Patch 1
2 parents 9e9d23d + dda35f7 commit 5cf97a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ For fun, you can also open `http://localhost:3000/?debug_session=123`, click aro
3333

3434
Oh, and you can do the same with the TodoMVC example as well.
3535

36+
If you only would like to monitor a part of the state, you can set a select-prop on the DevTools component.
37+
ex. `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`
38+
39+
3640
### It's Ugly!
3741

3842
The design or usability is not the point. (Although we'll have better design in the future :-)

0 commit comments

Comments
 (0)