React is one of the most popular JavaScript libraries for building user interfaces. Before 2018, React components were divided into two camps: class components (which could hold state and lifecycle methods) and functional components (which couldn’t)....
vanshkansal.hashnode.dev5 min readNo responses yet.