Table of Contents

About

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

Data Type

A node may have the following data type:

  • a React Portal (floating element)
  • and the base Javascript data type: string, number, boolean, null or undefined.

How to loop?

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