Skip to content

Commit

Permalink
docs: add idempotent info to side effect slide in pres
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Dec 7, 2023
1 parent b11897c commit ae787f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/presentation/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ FlutterDeckSlide sideEffects(BuildContext context) {
'Mutating the private data triggers capsule rebuilds',
'State is stored directly in the container alongside capsule data',
'Compose together into a tree',
'Idempotent vs. non-idempotent',
],
);
},
Expand Down

0 comments on commit ae787f2

Please sign in to comment.