React Compiler
The React Compiler (React Forget) auto-memoizes safe parts of your components so you write fewer useMemo/useCallback. It is not an excuse for impure render (new Date() as id, mutating props). You still write correct effect deps. Say: helper, not magic.
React Compiler — output — helper, not magic. Don’t ship impure render and hope the compiler saves you.
Exam tip
Auto-memo + purity still required.