Link Search Menu Expand Document
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:

Activity

Resources

  • Code examples from lecture (tgz)

© 2022 Jonathan Bell, Adeel Bhutta and Mitch Wand. Released under the CC BY-SA license