react-batch icon indicating copy to clipboard operation
react-batch copied to clipboard

Batch component for performant frequent updates (flush on count or interval)

Results 2 react-batch issues
Sort by recently updated
recently updated
newest added

``` Uncaught ReferenceError: bool is not defined at Object../src/components/Batch/index.js (universalModuleDefinition?2436:1) at d (universalModuleDefinition?2436:1) at Object.2 (universalModuleDefinition?2436:1) at d (universalModuleDefinition?2436:1) at ./src/components/Batch/index.js (universalModuleDefinition?2436:1) at eval (universalModuleDefinition?2436:1) at eval (universalModuleDefinition?2436:1) at eval...

Likely as a HOC, basically the idea would be to adjust the flushCount based on past events, if the stream is sparse then it's safe to lower the value, otherwise...