Handling User Actions
01
The Basics
Key Concept
Making Apps Responsive
- Apps are more than just static pages—they need to react to you
- We use 'events' to notice when a user interacts with the screen
- This connects what the user does to what the code should perform
1 / 7
