react-book
react-book copied to clipboard
Top Level API Bonus Chapter
Recently been experimenting with some of React's API and found it extremely useful composing components, namely React.cloneElement
, React.createElement
,React.Children
. Though it has been extremely useful the documents and resources are quite limited.
I have a stub chapter related to this now.
It doesn't cover those methods yet. Just thought to mention.