Skip to content

Latest commit

 

History

History
289 lines (207 loc) · 14.8 KB

react-component-patterns.md

File metadata and controls

289 lines (207 loc) · 14.8 KB

React Component Patterns

Related topics:

  • Thinking in React: Articles discussing ways to think about React applications and component structure
  • React Implementation and Concepts: Includes articles that explain the differences between "components", "elements", and "instances"

Terms and Concepts

React Component Lifecycle

Component Communication

Component Categories

Higher-Order Components

Wrapping Non-React Code

Modal Dialogs

Other Component Patterns