What is a component?
A component is a reusable piece of UI built with HTML, JavaScript and CSS. Components can be nested in other React components to form larger components that are composed together to form a complete interface. Each component is self-contained and pres...
rakshit911.hashnode.dev1 min read