Components
In this blog, I've tried to explain React Components.
Components mean we can create pieces of our code, e.g header, navbar, etc. We can use one component in another component. Components are reusable.
Types of Components
There are 2 types of componen...
yashpurkar.hashnode.dev1 min read