class lifecycle methods that are not available in react functional components
Dec 24, 2021
There are still 3 lifecycle methods available in class components for which there is no equivalent react hook.
These lifecycle methods are:
π getSnapshotBeforeUpdate
π getDerivedStateFromError
π componentDidCatch