From c61bc5943accc70667f190ea61d754801595663e Mon Sep 17 00:00:00 2001 From: John Darryl Pelingo Date: Sun, 1 Oct 2017 00:52:48 +0300 Subject: [PATCH] Add link to React Component Composition --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1830782..3faf41d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ You might also want to check out my categorized list of Redux-related addons, li - **Architecture and Structure** - [Project Structure](./project-structure.md) - [React Component Patterns](./react-component-patterns.md) + - [React Component Composition](./react-component-composition.md) - [React State Management](./react-state-management.md) - [React Architecture and Best Practices](./react-architecture.md) - [Redux Architecture and Best Practices](./redux-architecture.md)