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