How do I save state inside `LazyColumnFor` ? Each ...
# compose
a
How do I save state inside
LazyColumnFor
? Each
requestItem
is a network call that gets executed when I scroll back and forth.
g
Your network layer could cache so all it's doing is fetching from the cache
👆 5