optimization
- web dev
Discord Cuts Bandwith by 40%
Each day Discord, a popular communication platform, handles millions of messages sent by users . . .
- react
Top 7 Ways to Optimize the Performance of React App
Avoid Large Components Memoize Split Large Bundles Debounce Tree Shake Avoid Unnecessary Remounting . . .
React: Optimize Components with React.memo, useMemo, and useCallback
With React.Memo, if a component returns the same result given the same props, wrapping it in memo . . .