Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Class Based Components Legacy Lesson #695

Open
wvmitchell opened this issue May 22, 2023 · 1 comment · Fixed by #702
Open

Create Class Based Components Legacy Lesson #695

wvmitchell opened this issue May 22, 2023 · 1 comment · Fixed by #702
Assignees
Labels
Lesson An issue affecting a lesson M3 M3 task

Comments

@wvmitchell
Copy link
Collaborator

Topic to be covered: Class-Based Components

Summary of need:

  • As we've transitioned to functional programming and functional components, students are now not familiar with classes
  • Many codebases that students will work on will still use class-based components
  • Students need a working familiarity with this older style of components, as well as classes

Lesson creation guidelines (also on FE Hub)

@wvmitchell wvmitchell added M3 M3 task Lesson An issue affecting a lesson labels May 22, 2023
@CassandraGoose CassandraGoose self-assigned this Jun 2, 2023
@hfaerber
Copy link
Contributor

hfaerber commented Jun 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lesson An issue affecting a lesson M3 M3 task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants