What is component in React?
Components are like functions that return HTML elements.
How many components does ReactJS have?
Components come in two types, Class components and Function components.
Components are independent and reusable bits of code. They serve the same purpose ...
saintvandora.hashnode.dev3 min read