Hey composers ππ», welcome to this analysis blog! Here, we'll dive into some benchmark analysis on the state propagation approach in Jetpack Compose and try to reach some conclusions. This might be a bit opinionated, but feel free to share your thou...

Jaya Surya Thotapalli
Cool findings, Shreyas! Will it have the same effect if we use a state object instead of a value producing lambda?. Passing State< T > instead of () -> T?
As in this case as well state reads would be deferred too.