sajad torkamani

A React renderer is the software component that allows React to talk to a specific host environment (DOM, iOS, etc) and manage its host instances (e.g., DOM nodes). Examples include React DOM, React Native, and Ink.

The renderer is responsible for the reconciliation phase.

Tagged: React