This commit is contained in:
Rico Sta. Cruz 2016-06-01 13:24:33 +08:00
parent fa0a02276a
commit e670475731
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ re = reduceReducers(
re(10, { number: 2 }) //=> 14 re(10, { number: 2 }) //=> 14
``` ```
### [redux-batched-updates](https://www.npmjs.com/package/redux-batched-updates)
Batch React updates that occur as a result of Redux dispatches. Uses `react/addons` (v0.12+). Debounces dispatch() calls.
Async Async
----- -----