Infinite Loader
#3374
Replies: 2 comments 2 replies
-
Collection components support dynamic data, asynchronous loading, and infinite scrolling. Lists are virtualized, which should satisfy your efficient memory management item. For the streaming use case you're describing, as you receive events, you can prepend/append items with useListData. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the response @reidbarber Do you have an example that we can test? Something in a CodePen, etc? thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🙋 Feature Request
Would it be possible to use this in an infinite loader setting? This would mean the following:
Beta Was this translation helpful? Give feedback.
All reactions