You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
:zap:**Now supports realtime synchronization across tabs when user is active. Tested IE10+ / Edge, Chrome, FireFox**
9
8
@@ -13,6 +12,8 @@ Can be used standalone with redux or in tandem with [react-redux-idle-monitor](h
13
12
14
13
See a working demo in a real project at[redux-webpack-boilerplate](https://redux-webpack-boilerplate.js.org)
15
14
15
+
___
16
+
16
17
###How it works
17
18
18
19
redux-idle-monitor works similiar to other redux libraries (e.g. redux-form) except that it exports a configure function that accepts options from the library consumer and returns an object with middleware, reducer, and actions keys. The input options allow redux-idle-monitor to configure the idle statuses that will occur at varying times of idleness within your app as well as actions to dispatch when your users transition to an active status, or any one of your configured idle statuses.