sam
Results
2
issues of
sam
### Summary The React documentation states that mutating state is "not recommended" and that developers can "get away with it," when in fact mutating state doesn't trigger re-renders at all....
type: documentation
### Summary The tutorial's **Why immutability is important** section doesn't clearly state that mutating state causes unreliable re-rendering behavior. ### Page https://react.dev/learn/tutorial-tic-tac-toe#why-immutability-is-important ### Details While following the tic-tac-toe tutorial, I...
type: documentation