- React 16 Essentials(Second Edition)
- Artemij Fedosejev Adam Boduch
- 131字
- 2021-07-02 22:25:17
Chapter 1. What's New in React 16
The release of React 16 includes enough important changes to devote a chapter to them. This particular release took a comparatively long time to deliver. This is because the reconciliation internals—the part of React that figures out how to efficiently render component changes—was rewritten from the ground up. Compatibility was another factor: this rewrite has no major breaking API changes.
In this chapter, you'll learn about the major changes introduced in React 16:
- The major changes made to the reconciliation internals, and what they mean for React projects, going forward
- Confining errors to the sections of your application by setting error boundaries
- Creating components that render more than one element and components that render strings
- Rendering to portals
推薦閱讀
- ServiceNow Application Development
- Oracle Exadata性能優化
- 算法訓練營:入門篇(全彩版)
- VSTO開發入門教程
- Python金融數據分析
- Scratch 3.0少兒編程與邏輯思維訓練
- INSTANT OpenNMS Starter
- Java網絡編程核心技術詳解(視頻微課版)
- Android應用案例開發大全(第二版)
- Babylon.js Essentials
- Statistical Application Development with R and Python(Second Edition)
- Software Development on the SAP HANA Platform
- Flask開發Web搜索引擎入門與實戰
- Qt 5.12實戰
- Java服務端研發知識圖譜