Fundamentals of React(Part 2)
React Components
Components are independent and reusable bits of code. They serve the same purpose as JavaScript functions, but work in isolation and return HTML.
There are two types of React components:
Class Components
extends React.Component st...
laraibnehal.hashnode.dev3 min read