Back to Book Shelf
Advanced React

Advanced React

by Nadia Makarevich

Take your React knowledge to the next level with advanced concepts, strategies, techniques, patterns and in-depth investigations.

Buy Advanced React3/17 chaptersReading

Chapters

  • 1.Introduction: How to Read This Book

    Done
  • 2.Intro to Re-renders

    Done
  • 3.Elements, Children as Props, and Re-renders

    Done
  • 4.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