Introduction to React Class Components

If you are interested to learn about the React Component Before React 16.8, Class components were the only way to track state and lifecycle on a React component. Function components were considered “state-less”. With the addition of Hooks, Function components … Continue reading Introduction to React Class Components