https://www.youtube.com/watch?v=XWk_FJm5fEU

A word before we start

@Composable

  1. Recomposition : Will be evaluated again when inputs change or a state is updated.
  2. Should either emit content into the composition or return a value, but not both.
  3. Can only be called from a composable context.

Molecule

→ Build a StateFlow or Flow stream using Jetpack Compose.

스크린샷 2024-09-05 오전 9.49.55.png

You might consider building directly upon this layer if you only need Compose’s tree management abilities, not its UI