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
I am doing a chat application with upload files function. Because each item will rerender after scrolling out of visible area, so I save these files into Redux store to prevent call upload API again whenever I scroll back to them. However I thinks because of the short rows appear (4-5 items), it may cause unsmoothly (beause I find them in store and check if it is sending or not). I think longer row appear maybe solve this issue.
How can I set number of row will appear or Is there a better solution?
Thank you!
This discussion was converted from issue #968 on August 21, 2023 05:44.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am doing a chat application with upload files function. Because each item will rerender after scrolling out of visible area, so I save these files into Redux store to prevent call upload API again whenever I scroll back to them. However I thinks because of the short rows appear (4-5 items), it may cause unsmoothly (beause I find them in store and check if it is sending or not). I think longer row appear maybe solve this issue.
How can I set number of row will appear or Is there a better solution?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions