Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request markerikson#74 from alexkrolick/patch-1
Browse files Browse the repository at this point in the history
add React Composition Patterns from the Ground Up
  • Loading branch information
markerikson authored Oct 1, 2017
2 parents 53b36b9 + dfe4790 commit c81abf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-component-composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@
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 c81abf2

Please sign in to comment.