Skip to content

Commit

Permalink
add React Composition Patterns from the Ground Up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick authored Oct 1, 2017
1 parent 53b36b9 commit e32ea2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions react-component-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,8 @@
https://youtu.be/BcVAq3YFiuc
Michael Jackson demonstrating that a component with render prop can do anything a HOC can do, and more.

- **React Composition Patterns from the Ground Up**
https://medium.com/alexkrolick/react-composition-patterns-from-the-ground-up-8401aaad93d7
Comparison of patterns such as Lifting State, Higher-Order Components, Render Callbacks, and "Renderless" State Providers, and how they relate to React's component model.


0 comments on commit e32ea2d

Please sign in to comment.