From dfe47908f3c7f453f03374f4f7bd7ace893075ea Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 30 Sep 2017 18:45:42 -0700 Subject: [PATCH] fix formatting --- react-component-composition.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/react-component-composition.md b/react-component-composition.md index 4081e4b..b69f1eb 100644 --- a/react-component-composition.md +++ b/react-component-composition.md @@ -162,8 +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** + - **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. - - +