mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
Updated README.md with info on Ctrl+H
This commit is contained in:
parent
75322b15ee
commit
7f4add81b4
|
@ -14,6 +14,7 @@ A live-editing time travel environment for [Redux](https://github.com/rackt/redu
|
|||
* If the reducers throw, you will see during which action this happened, and what the error was
|
||||
* With `persistState()` store enhancer, you can persist debug sessions across page reloads
|
||||
* To monitor a part of the state, you can set a `select` prop on the DevTools component: `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`
|
||||
* Toggle visibility with Ctrl+H
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user