reversible-effect
A collection of typed utility functions returning a callback to reverse their effect.
Found 44 results for requestIdleCallback
A collection of typed utility functions returning a callback to reverse their effect.
React.useMemo but with requestIdleCallback inside
Like requestIdleCallback, but for everywhere
Helper functions for implementing the idle-until-urgent pattern
Wait to render until the browser has less load
A polyfill for `window.requestIdleCallback`, support NodeJs. It can be used for time slicing
This requestIdleCallback polyfill doesn't use the window object to detect if the feature is supported in the browser and falls back to a simple timeout if the feature isn't supported.
Background tasks API abstraction. Do background work during browser idle time.
Idle your redux app
Lightweight resource preloading SDK that intelligently utilizes browser idle time for optimal performance. Features smart concurrency control, dynamic time slicing, and user experience first design.
A key-value storage that enables a performant usage of localStorage with the Background Tasks API
A composable way to perform non-bloking computations in JavaScript
setInterval + requestIdleCallback function
yann-idle
requestIdleCallback pull through
A task manager that utilizes requestIdleCallback api to run tasks safely on the browser
window.requestIdleCallback 兼容整合
The idle-tasks module is for optimization tasks which it can be running lazy. It may be useful for boost your page loading time.
Measuring the performance of user interactions with requestIdleCallback and requestAnimationFrame
Minimal task queue executed when CPU is idle
batches requestIdleCallback calls, honors the deadline
Renders React nodes asynchronously.
> 基于 requestIdleCallback 的优先级调度
Yet Another Lazy Loader