survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

Top Level API Bonus Chapter #360

Open renren89 opened 8 years ago

renren89 commented 8 years ago

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.

bebraw commented 8 years ago

I have a stub chapter related to this now.

It doesn't cover those methods yet. Just thought to mention.