Last updated: Apr 05, 23 09:42 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
 
Tutorials
- Tutorial: Basics of React
 
Resources
- Code examples from lecture (zip)