FedericoDiRosa / react-window-scroller

Window scroller component for react-window
https://federicodirosa.github.io/react-window-scroller/
70 stars 16 forks source link

performance issues with react18 on ios devices #26

Open jmxo opened 1 year ago

jmxo commented 1 year ago

Hi @FedericoDiRosa, thank you for this library!

After upgrading my code to react 18, I noticed some performance issues on ios devices on browsers. it works fine on android.

after some experimenting, I noticed that this small change fixes the issue:

image

what do you think about this? am I overlooking anything? any comments are appreciated!

Chopin85 commented 1 year ago

Hi @FedericoDiRosa, thank you for this library!

After upgrading my code to react 18, I noticed some performance issues on ios devices on browsers. it works fine on android.

after some experimenting, I noticed that this small change fixes the issue:

image

what do you think about this? am I overlooking anything? any comments are appreciated!

After this small change fixes the issue on IOS devices !!! Cool 😎 Thanks

hieutwendee commented 2 days ago

Hi @FedericoDiRosa, thank you for this library!

After upgrading my code to react 18, I noticed some performance issues on ios devices on browsers. it works fine on android.

after some experimenting, I noticed that this small change fixes the issue:

image

what do you think about this? am I overlooking anything? any comments are appreciated!

u save my life. thx u