DEV Community

Compose state explained Series' Articles

Back to Zach Klippenstein's Series
Scoped recomposition in Jetpack Compose — what happens when state changes?

Scoped recomposition in Jetpack Compose — what happens when state changes?

87
Comments 4
7 min read
remember { mutableStateOf() } – A cheat sheet

remember { mutableStateOf() } – A cheat sheet

136
Comments 7
5 min read
A historical introduction to the Compose reactive state model

A historical introduction to the Compose reactive state model

108
Comments 11
9 min read
Introduction to the Compose Snapshot system

Introduction to the Compose Snapshot system

96
Comments 25
19 min read
Plumbing data with derived state in Compose

Plumbing data with derived state in Compose

68
Comments 4
19 min read
Two mutables don’t make a right

Two mutables don’t make a right

58
Comments 2
9 min read
Implementing snapshot-aware data structures
Cover image for Implementing snapshot-aware data structures

Implementing snapshot-aware data structures

59
Comments 3
22 min read