About 5,230 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 data changes.

  2. 學習指南:React 介紹

    React 是什麼? React 是一個陳述式、高效且具有彈性的 JavaScript 函式庫,用以建立使用者介面。 它讓你使用小巧而獨立的「component」,來建立複雜的 UI。 React 有數種不同的 component,但讓 …

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

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

  4. 入门教程: 认识 React

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

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

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

  6. Tutoriel : intro à React – React

    React est une bibliothèque JavaScript déclarative, efficace et flexible pour construire des interfaces utilisateurs (UI). Elle vous permet de composer des UI complexes à partir de petits morceaux de …

  7. Forms – React

    React, instead of using this selected attribute, uses a value attribute on the root select tag. This is more convenient in a controlled component because you only need to update it in one place.

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

  9. 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 render props …

  10. Design Principles – React

    We wrote this document so that you have a better idea of how we decide what React does and what React doesn’t do, and what our development philosophy is like.