- Добавил: literator
- Дата: 20-02-2023, 17:29
- Комментариев: 0

Автор: Damiano Fusco
Издательство: Leanpub
Год: 2023-01-30
Страниц: 288
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB
Build Large and Scalable front-ends that leverage component isolation, a centralized state manager, internationalization, localization, Custom Component Libraries, API-client code that easily can switch between mocked data and live data and more. When we refer to “large scale apps”, we mean applications that have a large code base, a large number of users, and a wide range of functionality. These applications typically require efficient and scalable code that can handle high traffic and large amounts of data. The primary aim of this book is to guide you through the process of building a scalable React application by following best practices for project structure, file organization, naming conventions, state management, type checking with TypeScript, and compositional approaches using hooks.