React Fiber, Reconciliation and Virtual DOM
Apr 24, 2022 · 12 min read · Virtual DOM React components are created using JSX, but the browser has no clue what it is. Browsers only understand plain JavaScript, so somehow JSX will have to be transformed into it. Consider this JSX that is returned from a component. return (...
Join discussion


