Hacker News
- Understanding UseMemo and UseCallback https://www.joshwcomeau.com/react/usememo-and-usecallback/ 84 comments
Lobsters
- Understanding useMemo and useCallback https://www.joshwcomeau.com/react/usememo-and-usecallback/ 3 comments javascript , web
- How far is this article from Kent c Dodds about useCallback and useMemo still relevant? Did these best practises change in the last years? https://kentcdodds.com/blog/usememo-and-usecallback 29 comments reactjs
- useCallback vs. useMemo - my first youtube video (feedback appreciated 🙏) https://www.youtube.com/watch?t=1s&v=M8NaTJN8xh4 76 comments reactjs
- After endless frustration reading people's bad takes on useMemo and useCallback, I wrote a short article. Hopefully it can clear up some misconceptions! https://medium.com/@texonidas/why-you-are-wrong-about-usememo-and-usecallback-stable-references-and-dependency-arrays-04bcb72977bb 51 comments reactjs
- Do we really need to wrap every function in useCallback or useMemo? https://kyleshevlin.com/use-encapsulation 93 comments reactjs
- A Better Way to useMemo and useCallback https://betterprogramming.pub/a-better-way-to-usememo-and-usecallback-58288a19f91c 2 comments javascript
- A Deep Dive Comparison Between useMemo And useCallback https://www.chakshunyu.com/blog/a-deep-dive-comparison-between-usememo-and-usecallback/ 7 comments javascript
- A Deep Dive Comparison Between useMemo And useCallback https://www.chakshunyu.com/blog/a-deep-dive-comparison-between-usememo-and-usecallback/ 2 comments reactjs
- I'm new to React Hooks so as I was learning myself I wrote this tutorial. Hope it helps someone out there. (Covers useState, useEffect, useRef, useCallback, useMemo and making your own hooks) https://jstutorial.medium.com/react-hooks-for-beginners-e75237f9c220?sk=f9ee1cd4b93330e5c098f7641deda6ff 11 comments reactjs
- useMemo and useCallback yet another question https://reactjs.org/docs/hooks-reference.html#usecallback 4 comments reactjs
- Should we useMemo and useCallback? https://kentcdodds.com/blog/usememo-and-usecallback 13 comments reactjs
- Kent C Dodds: When to useMemo and useCallback https://kentcdodds.com/blog/usememo-and-usecallback/ 7 comments reactjs
- useCallback vs useMemo 🎓 https://medium.com/@jan.hesters/usecallback-vs-usememo-c23ad1dc60 5 comments reactjs
- A closer look at React “Memoize” Hooks (useMemo, useCallback, useRef) https://www.codebeast.dev/react-memoize-hooks-useRef-useCallback-useMemo 9 comments reactjs
- useMemoOne: a useMemo and useCallback alternative with a stable cache https://github.com/alexreardon/use-memo-one 5 comments reactjs