https://kotlinlang.org logo
#decouple
Title
# decouple
c

CLOVIS

10/09/2023, 7:49 PM
Two months ago, we announced we were working on lazy lists for Compose HTML. Our experimental library has now been split into its own repository to be developed independently, and it just reached Maven Central! Lazy layouts for Compose HTML 0.1.0CentralRepository It supports components similar to
LazyRow
and
LazyColumn
, but with a few HTML-specific changes: they accept the same
attrs
block all other Compose HTML components do. This first version was focused on deciding the API shape. The algorithm can (and will) be improved, for example for unloading components dynamically, but we aim to make these changes without impacting other projects using the library.
🔥 1
🚀 2
😮 1
🎉 1
8 Views