Table of Contents

About

The React tree is:

Structure

React element (components, html element) have a parent child relationship and form a hierarchy.

This is the React representation of the Dom tree.

At a high level, a React tree is composed of:

Creation

A React tree is created when a root element is rendered