Talk: Deriving derived state: derivedStateOf explained

Talk: Deriving derived state: derivedStateOf explained

This is a follow-up to my last snapshots talk, Opening the Shutter on Snapshots, and a companion to my article How derivedStateOf works: a deep d(er)ive.

I've also written a bunch of articles on Compose state, check them out here.

Slides:

Deriving derived state: derivedStateOf explained (dcSF 24)
Jetpack Compose’s state library has a powerful but tricky tool in derivedStateOf. Much of the time you don’t need it at all. It’s deceptively expensive …

droidcon sources:

Deriving derived state: derivedStateOf explained - droidcon
Jetpack Compose’s state library has a powerful but tricky tool in derivedStateOf. Much of the time you don’t need it at all. It’s deceptively expensive to use and complex to implement.