Describe what happens whenever state changes (in users, posts, UI state, etc) in a React app.

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."

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.