Forget about all the useCallback(), useMemo(), and memo() junk. Gone. The linter already knows what the dependencies are, so this is the next step.
It feels great to just write code and not think about dependencies at all. Well, maybe still for useEffect(). And no more forwardRef()s either! Those were a pain to write AND read.
I've been rewriting my component library for my Jira-type app, and it's so easy to read the uncluttered code.