We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raf
The requestAnimationFrame is now widely supported by browsers -https://caniuse.com/#search=requestanimationframe
The library is using polyfill for it - https://www.npmjs.com/package/raf . Removing the polyfill we could save ~30% of build size https://bundlephobia.com/[email protected]
The text was updated successfully, but these errors were encountered:
This is a good idea! You're right, I feel fine not supporting older than IE10. I'll see about making this change soon.
Sorry, something went wrong.
moreover raf is required for recent React versions. So it should be actually already polyfilled by lib consumers.
No branches or pull requests
I'm submitting a ...
The requestAnimationFrame is now widely supported by browsers -https://caniuse.com/#search=requestanimationframe
The library is using polyfill for it - https://www.npmjs.com/package/raf . Removing the polyfill we could save ~30% of build size https://bundlephobia.com/[email protected]
The text was updated successfully, but these errors were encountered: