Building React Components II: Class Components
In the previous blog post, we said react components are of two types, and we talked about functional components.
This blog post will focus on the other type of react components - class components.
What are class components?
Class components are reac...
jormee.hashnode.dev