React goes through the component tree and re-renders everything. "The state has changed, so let's pass it down and see what needs to be updated."
Describe what happens whenever state changes (in users, posts, UI state, etc) in a React app.
0
03:29