Replies: 1 comment
-
A renderer agnostic virtualized list is blocked on some improvements to #894. We need to a expose cross platform equivalent to the intersection observer web API |
Beta Was this translation helpful? Give feedback.
0 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.
-
In order to render very long list efficiently. In jetpack compose, we have LazyColumn. In react/vue, we have virtual scroller. There seems no solution in dioxus currently.
Beta Was this translation helpful? Give feedback.
All reactions