Skip to main content
Dat 3rd Sem Fall 2025
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

02 React II

React part II: SPA with Many Components

Topics covered in this week are:

  1. Functional Components
  2. Import and Export
  3. Props
  4. UseState
  5. UseEffect
  6. Lists and Keys
  7. Conditional Rendering
  8. Simple form input
  9. Sharing state between components

Monday - review - online

We meet on Zoom.

Tuesday (class)

Prepare for the class

Orient yourself in this documentation:

  1. Importing and Exporting Components
  2. Spread operator in JS
  3. Destructuring in JS
  4. Functional Components
  5. Props
  6. UseState
  7. UseEffect
  8. Fetch (GET) in JS
  9. Fetching (GET) in React
  10. React docs - Lifting State or toolbox lifting state

In-class exersises

  1. UseState
  2. Lists and keys
  3. Todolist

Wednesday (CodeLab)

Thursday (class)

Prepare for the class

Orient yourself in this documentation:

In-class exersises

Friday (exercise day)