Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 852 Bytes

Day 3.md

File metadata and controls

17 lines (14 loc) · 852 Bytes

Day 3: Introduction to Hooks

Goal

Get introduced to React Hooks for managing state, effects, and various hooks.

Resources

Tasks

  1. Understand the concept of React Hooks and their benefits.
  2. Learn about the useState hook for managing component state.
  3. Refactor your previous components to use hooks instead of class-based components (optional).
  4. Practice using additional hooks like useEffect.
  5. Share your progress on LinkedIn/X with #React7DayChallenge and tag Code Social.