Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 277 Bytes

react-node.md

File metadata and controls

13 lines (11 loc) · 277 Bytes
id title
react-node
React Node Object Type

A React Node is one of the following types:

  • Boolean (which is ignored)
  • null or undefined (which is ignored)
  • Number
  • String
  • A React element (result of JSX)
  • An array of any of the above, possibly a nested one