Book
Fluent React
Build Fast, Performant, and Intuitive Web Applications
Tejas Kumar
Summary
Explains how React works underneath rather than how to use it: JSX compilation, the virtual DOM, the reconciliation algorithm and Fiber, then server-side rendering, concurrent rendering, and where frameworks such as Next.js and Remix fit against those mechanisms. Knowing the mechanism is what turns performance work into something predictable instead of trial and error. Assumes you already build React applications and now want to know why they behave the way they do.
Target Readers
- React developers who can build features but cannot predict what will re-render
- Engineers evaluating Server Components and concurrent rendering for production use
Tags
Colophon
- Publisher
- O'Reilly Media
- ISBN
- 978-1098138714
- Published
- Mar 2024
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
Learning React, 2nd Edition
Alex Banks, Eve Porcello
Reason: Once you can build UI with React, you raise your mastery by understanding what happens under the hood. Fluent React delves into the rendering mechanism and the Fiber architecture, lifting you to a depth where you can explain 'why it's fast or slow.'
Next Books
- Related
Webフロントエンド ハイパフォーマンス チューニング
久保田光則
Reason: Understanding React's internals reveals where re-rendering and diffing become costly. This frontend performance-tuning book provides whole-browser measurement and optimization, bridging framework-internals knowledge to measurement-driven improvement.
Sources