Last updated: May 01, 24 18:34 UTC | Permalink

9 - React Hooks

Learning Objectives:

Building on Module 8, we will have a deeper discussion of common patterns of programming with React. By the end of this module you should be able to:

  • Explain the basic uses of useEffect
  • Explain when a useEffect is executed, and when its return value is executed
  • Construct simple custom hooks and explain why they are useful
  • Be able to map the three core steps of a test (assemble, act, assess) to UI component testing.

Lecture Slides:

Activity

  • No activity this week, sorry

Resources


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