- Добавил: literator
- Дата: 21-10-2022, 12:28
- Комментариев: 0

Автор: Thomas Hintz
Издательство: Leanpub
Год: 2021-05-09
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.3 MB
It can be hard to create high-performance React applications without having a firm understanding of the foundations. In this book you'll create your own version of React that will give you a deep insight into the performance of React itself. React performance can be a mystery. When your app performance degrades it isn't always clear where to look or how to fix the issue. Foundations of High-Performance React Applications is a mini-book exploring what makes React itself behave the way it does. Armed with this knowledge you will be better equipped to build your own high-performance React applications and correctly diagnose bottlenecks. This book is not intended to be an introduction to React or jаvascript. While it might be useful to beginners, this book assumes familiarity with both jаvascript and React. And while this book only specifically addresses React-DOM, the foundations apply equally to React-Native and other React implementations because they are all based on the same core React library and algorithms. The code in this book is clear and simple so as to best communicate the algorithms we’ll be exploring.