You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using your great scroll package on Material-UI side. However, I'm having some concern about the size of this package (673 B gzipped).
I have noticed that we can save 49.1% of the package size by removing the ralf dependency. I believe that the requestAnimationFrame API is mainstream enough now to be used without a ponyfill.
What do you think?
The text was updated successfully, but these errors were encountered:
We are using your great scroll package on Material-UI side. However, I'm having some concern about the size of this package (673 B gzipped).
I have noticed that we can save 49.1% of the package size by removing the ralf dependency. I believe that the
requestAnimationFrame
API is mainstream enough now to be used without a ponyfill.What do you think?
The text was updated successfully, but these errors were encountered: