- 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
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Interactive Data Visualization with Python
- 信息可視化的藝術:信息可視化在英國
- 從0到1:HTML+CSS快速上手
- INSTANT Django 1.5 Application Development Starter
- Vue.js 2 Web Development Projects
- 區塊鏈技術進階與實戰(第2版)
- Learning Node.js for .NET Developers
- C# Multithreaded and Parallel Programming
- 從零開始學Android開發
- 零基礎學C++(升級版)
- INSTANT Apache ServiceMix How-to
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Functional Python Programming
- Python數據科學實踐指南