dioxus/packages/web/ric_raf
Tristan F. 9167cd9dec
fix most typos, add crate-ci/typos to CI (#2653)
* fix most typos, add crate-ci/typos to CI

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-07-23 17:49:33 -07:00
..
README.md fix most typos, add crate-ci/typos to CI (#2653) 2024-07-23 17:49:33 -07:00
ric_raf.rs Switch to bun, clean up web implementation 2024-03-04 15:23:48 -08:00
ricpolyfill.js Switch to bun, clean up web implementation 2024-03-04 15:23:48 -08:00

requestIdleCallback and requestAnimationFrame implementation

These currently actually slow down our DOM patching and thus are temporarily removed. Technically we can schedule around rIC and rAF but choose not to.