GSGaurav Saraswatinitsgaurav.hashnode.dev·Jan 2, 2024 · 2 min readMaking components in ViteComponents 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...00
GSGaurav Saraswatinitsgaurav.hashnode.dev·Jan 20, 2023 · 2 min readWhat is HTML?So, when someone starts to follow the path of becoming a Web Developer either as frontend or backend, HTML(stands for HyperText Markup Language) is generally the first language that needs to be learnt reason being it is the very basic language you ar...00