By learning about React hooks like useState
and useEffect
, as well as understanding components, you aim to become proficient in developing dynamic, interactive, and efficient user interfaces in React. These skills empower you to manage and update application state, handle side effects, create modular and reusable UI components, and ultimately build responsive and user-friendly web applications that are easier to develop, maintain, and scale.
- Lesson - useState and useEffect
- Assignment - Mute Button
- Assignment - Refactor Refactor yesterdays assignments to utilize useState and useEffect
- Lesson - components and props
- Utilize useState and useEffect to interact with the Virtual DOM
- Utilize props to pass attributes to components
- Create Components to isolate behavior
- Understand the relationship between state the Virtual DOM and the DOM
- Understand the parent to child relationship with Components