id | title |
---|---|
react-node |
React Node Object Type |
A React Node is one of the following types:
- Boolean (which is ignored)
null
orundefined
(which is ignored)- Number
- String
- A React element (result of JSX)
- An array of any of the above, possibly a nested one