Hi everyone, I’m currently using React to develop the production. When trying caching, I used the several method of React for caching like: memo, useMemo, useCallback, cache for Redux,…
I think I write an awesome code, but, sometimes I can’t see what going on inside of my code (for caching)
Does anyone calculate(view) the cache of React when using Memo or hook for cache(useCallback/useMemo)? Suggest the size of bundle for caching, the limit of size for cache.
Thank in advanced!