Last updated: Dec 08, 22 20:13 UTC | Permalink
7 - React
Learning Objectives:
This module will provide an introduction to UI development using React. By the end of this module you should be able to:
- Understand how the React framework binds data (and changes to it) to a UI
- Create simple React components that use state and properties
- Be able to map the three core steps of a test (construct, act, check) to UI component testing
Lecture Slides:
- React Slides PDF, PPT
Activities
- Activity: Building a TODO Tracker in React
Resources
- Tutorial: Basics of React
- Code examples from lecture (tgz)