Skip to content

Commit a943248

Browse files
Various changes
- Add link to React Component Composition - Fix broken link to React Implementation and Concepts
1 parent 99e41cc commit a943248

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react-component-patterns.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
**Related topics**:
44
- [Thinking in React](./thinking-in-react-and-flux.md): Articles discussing ways to think about React applications and component structure
5-
- **[React Implementation and Concepts](./react-implemenation.md)**: Includes articles that explain the differences between "components", "elements", and "instances"
5+
- **[React Implementation and Concepts](./react-implementation.md)**: Includes articles that explain the differences between "components", "elements", and "instances"
6+
- **[React Component Composition](./react-component-composition.md)**: Articles explaining 3 distinct approaches when composing components
67

78

89
#### Component Terms, Concepts, and Types

0 commit comments

Comments
 (0)