redux-timer-middleware
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...