Last updated: Apr 05, 23 09:42 UTC | Permalink
8 - Patterns of React
Learning Objectives:
Building on Module 7, we will have a deeper discussion of common patterns of programming with React. By the end of this module you should be able to:
- Understand Rules of React Hooks
- Recognize and apply four common patterns in functional React components (
useState
,useEffect
,useContext
,useCustomHook
) - Understand how React functional components allow behaviors to be reused
Lecture Slides:
- Patterns of React Slides PDF, PPT
Activity
- Activity: Transcript Client in React
Resources
- Code examples from lecture can be found in module 07.