REACT
React Class Components
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".
REACT
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".