Table of Contents

What is a React Node?

About

A react node is a node in the React DOM tree.

Data Type

A node may have the following data type:

How to loop?

You can loop through the tree and node with the React.Children.map function.