Last updated: Dec 08, 22 20:13 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:
- Recognize and apply four common patterns in functional React components (
useState
,useEffect
,useCustomHook
,useContext
) - 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 (tgz)