From ed24038c35da5a90ea919d85c6be95be91ad0515 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 30 Sep 2017 21:48:50 -0400 Subject: [PATCH] Fix formatting --- react-component-composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-component-composition.md b/react-component-composition.md index b69f1eb..22d5260 100644 --- a/react-component-composition.md +++ b/react-component-composition.md @@ -163,6 +163,6 @@ 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 + 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.