I am Wondering if this useEffect Actually Only Runs When the useMemo has Nothing in it – Reactjs
So, I am wondering if this makes sense at all. I am trying to cache the data/users when the data is fetched with Axios, but make this useEffect run only when cachedUsers.length has no length. Does this have any propose…