gizemcdeniz / react-hooks-class-syntax-lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:JavaScript 71.9%Language:HTML 18.9%Language:CSS 9.2%