React state and events
Applications typically involve data that will be changed by user interactions. These changes are often managed through some form of state and events. In this module, we explore the concepts of state and events. We also look at the tools React provides for management.
Learning objectives
In this module, you'll:
- Explore the concepts of state and events.
- Change state values.
- Respond to events.
- Use Hooks to respond to updates.
Prerequisites
- Knowledge of HTML, CSS, JavaScript, Git, and npm
- Some experience with React