Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 249 Bytes

Seminar Tutorial

What to do

  • Update all components to not use classes
  • Abstract out the state pattern for the todos list
  • Have the color state not passed through props

Extra

  • Abstract out the data fetch
  • Abstract out the todo click