turingschool / front-end-curriculum

Turing Front-End Engineering Curriculum
http://frontend.turing.io
109 stars 120 forks source link

Create Class Based Components Legacy Lesson #695

Open wvmitchell opened 1 year ago

wvmitchell commented 1 year ago

Topic to be covered: Class-Based Components

Summary of need:

Lesson creation guidelines (also on FE Hub)

hfaerber commented 1 year ago

The original hooks lesson has a repo that has class based components and students have to refactor the class-based components into functional components using hooks.

Since students will have never even heard of classes, it will be helpful to introduce the concept in general in addition to introducing the React class-based components.