Interview Question: Functional vs Class-Components in React
In this blog, I want to show you the differences between functional and class components in React.
first, let me give you a brief introduction to React components from the React Documentation
Functional component
import React from "react";
const D...
shatishdesai.hashnode.dev2 min read