By the end of 2024, youโll likely never need these APIs again:
โข useMemo, useCallback, memo โ React Compiler
โข forwardRef โ ref is a prop
โข React.lazy โ RSC, promise-as-child
โข useContext โ use(Context)
โข throw promise โ use(promise)
โข <Context.Provider> โ <Context>