ended3월 20일· 1 sources
Promises, Data Flow, and the memo + useCallback Combo That Actually Makes React Fast
Promise, 데이터 흐름, 그리고 React 성능을 실제로 높여주는 memo + useCallback 조합
Why it matters
The article covers two main topics: JavaScript Promise chaining (explaining that .then() can handle both success and rejection callbacks) and React rendering optimization. It details how React's parent-driven re-rendering causes unnecessary child re-renders, and how the memo + useCallback combination solves this by preventing re-renders when props haven't actually changed.
1
Sources
+0
24h
—
Growth
185d
Active
ReactmemouseCallbackPromisesData Flow