React

Rendering

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

External resources