How to correctly update a normal/nested object state in react js

Опубликовано: 31 Январь 2025
на канале: xplodivity
2,370
71

Explore and learn how to correctly update a normal or nested object state in React JS. You will also learn the concept of mutation and how it affects the react state.

00:00 - Intro
00:05 - Do not directly mutate the object state
01:55 - Case 1 + issues
02:16 - Case 2 + issues
03:00 - Case 3 + issues
03:44 - Case 4
04:46 - End