Skip to content

peterEmu-spec/react-hooks-class-syntax-lab

 
 

Repository files navigation

Class Syntax Lab

Learning Goals

  • Refactor function components to class components

Instructions

In this lab is the working code from a previous lab, using function components. If you run the tests now, they should all pass, except for the tests checking that you are using class components instead of functions.

Your goal is to refactor all the components in the src/components directory to use classes instead of functions, and still have the tests passing.

Good luck!

Resources

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • HTML 18.4%
  • CSS 8.9%