React Class or Function Components?
There are two ways to write React Components: the older Class Component and the newer recommended( Function Component), but what’s the difference?
In this article we will give a general overview of Class and Function Components.
Read more »