React: What is a React renderer?
23 October 2022 (Updated 23 October 2022)
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
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment