Slides / VideoIntermediate
Immutability in State Updates
Never mutate state directly in React — always create a new object or array so React can detect the change.
1 / 6
Never mutate state directly in React — always create a new object or array so React can detect the change.