58 | This monitor shows you a view of your Redux store based on what parts of it your code has 59 | actually touched. Values that have not been accessed are faded out. To learn more, check 60 | out{" "} 61 | 62 | the README. 63 | 64 |
65 |
73 | {currentBreakpoint}
74 |
75 | Shift + click a key in the "Redux Usage" view to set a breakpoint.
82 |83 | You can reload the page with your devtools open and execution will stop whenever that 84 | value in your store is accessed by your app. 85 |
86 |