What is React’s reconciler and how does it enable platforms beyond the browser DOM?

React Developer Hard

React Developer — Hard

What is React’s reconciler and how does it enable platforms beyond the browser DOM?

Key points

  • The reconciler enables custom renderers for non-DOM platforms
  • It separates the diffing algorithm from the renderer
  • React's component model can be used beyond the browser
  • React Native and Ink are examples of platforms enabled by the reconciler

Ready to go further?

Related questions