|
|
|
|
|
by amelius
231 days ago
|
|
1,000 components is my standard test for trying out a new UI library. I recently tried it with Kotlin/Compose. Turned out that everything becomes noticeably slower with so many components, even if the components are in a scroll view and only a few of them are visible. |
|
The same way we use pagination on the web, or lazy loading, etc...
But I guess the question is whether that should be a default...