write first component in React!
The component is nothing but a function in React and it's just a piece of reusable code.
First, we will create a components folder inside the src folder and create a component there and also we will create an Item.css file for the Item component.
exa...
santoshthapa.hashnode.dev1 min read