About 4,780 results
Open links in new tab
  1. 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 …

  2. 快速入门 – React 中文文档

    至此,你已经了解了如何编写 React 代码的基本知识。 接下来你可以查看 实战教程 并把它们付诸实践,用 React 建立第一个迷你应用程序。

  3. Quick Start – React

    Quick Start Welcome to the React documentation! This page will give you an introduction to 80% of the React concepts that you will use on a daily basis.

  4. 从零开始构建 React 应用 – React 中文文档

    如果现有框架无法满足你应用的要求,或者你更喜欢自己构建框架,亦或者你只想学习 React 应用程序的基础知识,那么你可以选择从零开始构建 React 应用。

  5. Build a React app from Scratch

    If your app has constraints not well-served by existing frameworks, you prefer to build your own framework, or you just want to learn the basics of a React app, you can build a React app from …

  6. 你的第一个组件 – React 中文文档

    React 允许你将标签、CSS 和 JavaScript 组合成自定义“组件”,即 应用程序中可复用的 UI 元素。 上文中表示目录的代码可以改写成一个能够在每个页面中渲染的 <TableOfContents /> 组件。

  7. React 参考总览 – React 中文文档

    React 参考总览 本部分提供了使用 React 的详细参考文档。 如果需要了解 React,请访问 教程 部分。 React 参考文档分为以下内容: React 编程式 React 功能: Hook —— 在组件中使用不 …

  8. 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 …

  9. Your First Component – React

    React lets you combine your markup, CSS, and JavaScript into custom “components”, reusable UI elements for your app. The table of contents code you saw above could be turned into a …

  10. React v19 – React 中文文档

    Dec 5, 2024 · React 19 包含了所有从 Canary 渠道引入的 React 服务器组件功能。 这意味着,现在可以将 React 19 作为 peer 依赖项来发布带有服务器组件的库,使用 react-server 导出条件 …