Understanding React Components
What are Components?
In React, applications are divided into components (parts or sections) based on functionalities and these components serves the same purpose as to what vanilla Javascript functions does.
It is important to note that in React, co...
annysah.hashnode.dev3 min read