Rendering (React)

In React, rendering is the process of converting React elements into actual UI elements (in the case of React running on the web, these UI elements are simply DOM elements).

Discussed on

  1. React Basics

External resources

  1. Render and Commit - React