Lesson 1 of 10
How React renders
How React renders
React builds UI from components that return elements. When state or props change, React re-runs the component to produce a new tree, diffs it against the previous one, and updates only what actually changed.
Knowing when a component re-renders is the key to fast, predictable React.
Q&A · 0
Enrol to ask questions and join the discussion.
No questions yet — be the first to ask.