Skip to content

Commit

Permalink
Clarify description for "Component Composition"
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Oct 1, 2017
1 parent ef2d5db commit 53b36b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-component-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
<a id="higher-order-components"></a>
<a id="functional-composition"></a>
- **[React Component Composition](./react-component-composition.md)**: Articles explaining 3 distinct approaches when composing components
<a id="composing-components-with-functional-programming"></a>
- **[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
Expand Down

0 comments on commit 53b36b9

Please sign in to comment.