Making components in Vite
Components in react are independent, reusable pieces of UI. It may be simple <h1> tag or a fragment containing multiple HTML tags which together might be making a navbar or a card or anything else.
Following are simple steps to make a component in Vi...
itsgaurav.hashnode.dev2 min read