Reactjs – When a React hook depends on a function that comes itself from a hook, should I memoize it first?
I'm an experienced programmer (10+ years) but new to React (< 2 years). I picked up React in a very "operational" way (i.e. being happy when things work without very deep understanding of its inner workings). Now I'm trying to…