Tag view

#rendering

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with rendering

5 cards

React Easy Theory

Rendering in React and what triggers re-renders

Rendering means React calls your component to produce the next UI description, and re-renders happen when inputs that affect output change.

  • State, props, and context can trigger re-renders
  • Rendering is not the same as DOM mutation
  • Parent re-renders can cause child re-renders too

Rendering in React and what triggers re-renders