
Built-in React APIs – React
In addition to Hooks and Components, the react package exports a few other APIs that are useful for defining components. This page lists all the remaining modern React APIs.
React Reference Overview
Server APIs - The react-dom/server APIs let you render React components to HTML on the server. Static APIs - The react-dom/static APIs let you generate static HTML for React …
内置的 React API – React 中文文档
除了 Hooks 和 Components 之外, react 包还导出了一些其他的 API,这些 API 对于创建组件非常有用。 本页面将介绍这些剩余的 React API。
React
React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly …
React 官方中文文档
React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly …
快速入门 – React 中文文档
至此,你已经了解了如何编写 React 代码的基本知识。 接下来你可以查看 实战教程 并把它们付诸实践,用 React 建立第一个迷你应用程序。
Built-in React Hooks – React
Built-in React Hooks Hooks let you use different React features from your components. You can either use the built-in Hooks or combine them to build your own. This page lists all built-in …
React の組み込み API
React の組み込み API フック や コンポーネント の他に、 react パッケージはコンポーネントの定義に役立つ他の API も提供しています。 このページでは、残りのモダンな React API を …
React 参考总览 – React 中文文档
客户端 API —— react-dom/client API 允许在客户端(浏览器中)渲染 React 组件。 服务端 API —— react-dom/server API 允许在服务器端将 React 组件渲染为 HTML。
React リファレンス概要 – React
React には、理解しやすい方法でパターンを表現し高品質なアプリケーションを産み出すための慣用的な記法、ないしルールが存在します。