QuizIntermediate
Managing Derived State
Avoid storing values that can be computed from existing state.
You have `items` in state and need the item count for display. What is the recommended approach?
Avoid storing values that can be computed from existing state.
You have `items` in state and need the item count for display. What is the recommended approach?