Curated Tech Reading Map

Find your next tech book to read

Book

Fluent React

Build Fast, Performant, and Intuitive Web Applications

Tejas Kumar

Buy on Amazon* The link above is an advertisement via Amazon Associates.

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

#react#virtual-dom#reconciliation#concurrent-rendering#server-components

Colophon

Publisher
O'Reilly Media
ISBN
978-1098138714
Published
Mar 2024

Get this book

* The link above is an advertisement via Amazon Associates.

Prerequisites

Next Books