React Component
Let's first start by understanding what is a component.
Components
Components are independent and reusable bits of code. They serve the same purpose as JavaScript functions, but work in isolation and return HTML.
Components come in two types, Class...
devwithavatar.hashnode.dev3 min read