Found 5 bookmarks
Custom sorting
Using global memoization in React
Using global memoization in React
When our React apps get slow, we usually turn to useMemo to avoid useless job on re-render. It’s a hammer that often works well, and makes it hard to shoot yourself in the foot. But useMemo is not a s
·thoughtspile.github.io·
Using global memoization in React