Advanced React
Take your React knowledge to the next level with advanced concepts, strategies, techniques, patterns and in-depth investigations.
by Nadia Makarevich
Buy Advanced ReactChapters
1.Introduction: How to Read This Book
Done2.Intro to Re-renders
Done3.Elements, Children as Props, and Re-renders
Done4.Configuration Concerns with Elements as Props
5.Advanced Configuration with Render Props
6.Memoization with useMemo, useCallback, and React.memo
7.Deep Dive into Diffing and Reconciliation
8.Higher-Order Components in the Modern World
9.React Context and Performance
10.Refs: From Storing Data to Imperative API
11.Closures in React
12.Implementing Advanced Debouncing and Throttling with Refs
13.Escaping Flickering UI with useLayoutEffect
14.React Portals and Why We Need Them
15.Data Fetching on the Client and Performance
16.Data Fetching and Race Conditions
17.Universal Error Handling in React
