Would I be correct in explaining the `remember` fu...
# compose
p
Would I be correct in explaining the
remember
function as doing two things: 1) providing an initial value in performing a composition and 2) caching that value for subsequent compositions?
v
yes that is the right way to think about it. It calculates the value only during composition. Recomposition uses this cached value.
👍 1
a

https://www.youtube.com/watch?v=6BRlI5zfCCk

🙏 1