MyGit

v18.0.0

facebook/react

版本发布时间: 2022-03-30 01:22:34

facebook/react最新发布版本:v18.3.1(2024-04-27 03:53:42)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 18 release post and React 18 upgrade guide for more information.

New Features

React

React DOM Client

These new APIs are now exported from react-dom/client:

Both createRoot and hydrateRoot accept a new option called onRecoverableError in case you want to be notified when React recovers from errors during rendering or hydration for logging. By default, React will use reportError, or console.error in the older browsers.

React DOM Server

These new APIs are now exported from react-dom/server and have full support for streaming Suspense on the server:

The existing renderToString method keeps working but is discouraged.

Deprecations

Breaking Changes

React

Notable Changes

React

React DOM Server

All Changes

React

React DOM

React DOM Server

React DOM Test Utils

React Refresh

Server Components (Experimental)

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-03-30发行的版本