If you’ve been learning React for a while, you’ve probably come across hooks that help optimize your application such as useMemo() and useCallback() and might have wondered: "Do I really need these hooks? ", "Where are they useful? " etc.
Source: [Dev.to](https://dev.to/kansoldev/understanding-the-use-of-the-react-compiler-5c1d)