223. Hooks vs Classes

변지영·2022년 6월 17일
0

Hook: use this anywhere else
Classes: part of Javascript

People are shying away from Hooks because of the added complexity.

We're going to start with Classes as they are intended, and then learning Hooks afterwards to show what problems Hooks solves that maybe we had with classes.

0개의 댓글