redux-timer-middleware icon indicating copy to clipboard operation
redux-timer-middleware copied to clipboard

Simple middleware for periodically dispatch actions

Results 1 redux-timer-middleware issues
Sort by recently updated
recently updated
newest added

ActionPayload doesn't work for endless timers since it's only used when timerPeriod is set. As a workaround I set timerPeriod to -1 which will result in an infinit timer since...