Introduction
- What are React Patterns?
- Types of React Patterns
- Basic knowledge about React Patterns
Components Pattern
- Using multiple types of patterns such as Container, Presentational, Higher Order Components, Render Callback
- Using ContextAPI
Render Props Pattern
- Creating Render Prop components by Render Props Pattern
Managing States
- Understand differences among Global, Component, Relative and Provided States
Provider Pattern
- Implementing Provider Pattern with React Context
- Using Dependency Injection
Combination Multiple Patterns
Summary and Conclusion