Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 312 Bytes

React Patterns

A repository demonstrating common patterns found in react. Each directory is a small demonstration of the following patterns:

  • Render Props
  • Higher Order Components
  • Context API (>16.3)

Each directory within /src/patterns has a decriptive README.md that gives an overview of each topic.