Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit696f701

Browse files
committed
assets and readme update
1 parentfcd5dbf commit696f701

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
/lib/
66
/bin/
77
/etc/
8-
/public/
98
/webpack/
109

1110
/artifacts/

‎README.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
#[redux-idle-monitor](https://npmjs.com/packages/redux-idle-monitor)
2-
3-
[![NPM](https://nodei.co/npm/redux-idle-monitor.png?stars=true&downloads=true)](https://nodei.co/npm/redux-idle-monitor/)
1+
[![NPM](https://raw.githubusercontent.com/noderaider/redux-idle-monitor/master/public/png/redux-idle-monitor.png)](https://npmjs.com/packages/redux-idle-monitor)
42

3+
**A React component and Redux connector to add functionality to invoke events at various stages of idleness during a users session.**
54

6-
A React component and Redux connector to add functionality to invoke events at various stages of idleness during a users session.
5+
[![NPM](https://nodei.co/npm/redux-idle-monitor.png?stars=true&downloads=true)](https://nodei.co/npm/redux-idle-monitor/)
76

87
:zap:**Now supports realtime synchronization across tabs when user is active. Tested IE10+ / Edge, Chrome, FireFox**
98

@@ -13,6 +12,8 @@ Can be used standalone with redux or in tandem with [react-redux-idle-monitor](h
1312

1413
See a working demo in a real project at[redux-webpack-boilerplate](https://redux-webpack-boilerplate.js.org)
1514

15+
___
16+
1617
###How it works
1718

1819
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.

‎public/png/redux-idle-monitor.png‎

44.5 KB
Loading

‎public/psd/redux-idle-monitor.psd‎

4.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp