Open links in new tab
  1. 入门教程: 认识 React

    React 是什么? React 是一个声明式,高效且灵活的用于构建用户界面的 JavaScript 库。 使用 React 可以将一些简短、独立的代码片段组合成复杂的 UI 界面,这些代码片段被称作“组件”。 React 中拥有 …

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

  3. 學習指南:React 介紹

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

  4. 开始 – React

    获取最新消息 React 博客 是 React 团队发布更新的官方渠道。 一切重要的信息,包括:更新日志,废弃通知等,都会首先在这里发布。 你也可以在 Twitter 上关注 @reactjs 账号 获取更新,但即使不这样 …

  5. 開始 – React

    了解最新消息 React 部落格 是 React 團隊發佈更新消息的官方渠道。 任何重要消息,包括更新日誌或棄用通知,都會在這裏先發佈。 你也可以在 Twitter 追蹤 @reactjs 帳號,只閱讀官方部落格也不會令 …

  6. Components and Props – React

    React is pretty flexible but it has a single strict rule: All React components must act like pure functions with respect to their props. Of course, application UIs are dynamic and change over time. In the next …

  7. Podstawowe informacje – React

    React to javascriptowa biblioteka służąca do budowania interfejsów użytkownika. Dowiedz się, czym tak naprawdę jest React, na naszej stronie głównej lub w tutorialu.

  8. Introducing Hooks – React

    At React Conf 2018, Sophie Alpert and Dan Abramov introduced Hooks, followed by Ryan Florence demonstrating how to refactor an application to use them. Watch the video here:

  9. Empezando – React

    Si quieres una prueba de React, agregar interactividad a una simple página HTML o empezar una aplicación compleja con React, los enlaces de esta sección te ayudarán a empezar.

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