About 5,300 results
Open links in new tab
  1. React – A JavaScript library for building user interfaces

    React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your …

  2. チュートリアル:React の導入

    このチュートリアルで学ぶ技法はどのような React のアプリにおいても基本的なものであり、マスターすることで React への深い理解が得られます。

  3. 入门教程: 认识 React

    通过这篇教程,我们接触了 React 中的一些概念,比如 React 元素、React 组件、props,还有 state。 更多关于这些概念的细节的解释,参考 文档的其他部分。

  4. React - Versions

    React Versions A complete release history for React is available on GitHub. Documentation for recent releases can also be found below. See our FAQ for information about our versioning …

  5. Hello World – React

    In this guide, we will examine the building blocks of React apps: elements and components. Once you master them, you can create complex apps from small reusable pieces.

  6. Forms – React

    This can become particularly annoying when you are converting a preexisting codebase to React, or integrating a React application with a non-React library. In these situations, you might want …

  7. Introducing Hooks – React

    React doesn’t offer a way to “attach” reusable behavior to a component (for example, connecting it to a store). If you’ve worked with React for a while, you may be familiar with patterns like …

  8. 测试概览 – React - reactjs.org

    React 测试库 是一组能让你不依赖 React 组件具体实现对他们进行测试的辅助工具。 它让重构工作变得轻而易举,还会推动你拥抱有关无障碍的最佳实践。

  9. React – ユーザインターフェース構築のための JavaScript ライブラリ

    React は、インタラクティブなユーザインターフェイスの作成にともなう苦痛を取り除きます。 アプリケーションの各状態に対応するシンプルな View を設計するだけで、React はデータ …

  10. Conditional Rendering – React

    In React, you can create distinct components that encapsulate behavior you need. Then, you can render only some of them, depending on the state of your application.