Q156-Q160

Cheat Sheet

QuestionCore IdeaSenior Signal
Q156Memo toolsReact.memo skips by shallow props; useMemo caches values; useCallback caches function references.
Q157IdentityNew object and function references can retrigger memoized children and effects.
Q158RefsRef mutation persists without re-rendering; state is for visual data.
Q159-Q160State patternsReducers clarify transitions; custom hooks extract reusable stateful logic.