From 53b36b9f354f421518ae60b53764b3d33cc14ba9 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 30 Sep 2017 21:04:24 -0400 Subject: [PATCH] Clarify description for "Component Composition" --- react-component-patterns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-component-patterns.md b/react-component-patterns.md index 6a89d41..b7318b1 100644 --- a/react-component-patterns.md +++ b/react-component-patterns.md @@ -4,8 +4,8 @@ - [Thinking in React](./thinking-in-react-and-flux.md): Articles discussing ways to think about React applications and component structure - **[React Implementation and Concepts](./react-implementation.md)**: Includes articles that explain the differences between "components", "elements", and "instances" - -- **[React Component Composition](./react-component-composition.md)**: Articles explaining 3 distinct approaches when composing components + +- **[React Component Composition](./react-component-composition.md)**: Articles explaining ways to compose components, including Higher-Order Components, Function-as-Child / "render props", and other functional composition approaches #### Component Terms, Concepts, and Types