Understanding Components In React
One awesome feature about React is that, it helps us to define the individual building blocks of our application, without the need to clutter every section in one file.
These building blocks are what is termed as Components.
In this post, I attempt...
efkumah.hashnode.dev5 min read