
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 …
reactjs.org - React – 用來實作使用者介面的 JavaScript 函式庫
React 讓實作互動式的使用者介面變得一點也不痛苦。你只要在你的應用程式中為每個情境設計一個簡單的 view,React 就會在資料變更時有效率的自動更新並 render 有異動的元件。 宣告式 …
學習指南:React 介紹 - reactjs.org
你不需要有任何 React 的基礎知識就能使用這份學習指南。 在我們開始這份學習指南之前 在這份學習指南中,我們會練習做一個小遊戲。 也許你會很想跳過這份指南,因為你不是遊戲開發 …
Lists and Keys – React - reactjs.org
First, let’s review how you transform lists in JavaScript. Given the code below, we use the map() function to take an array of numbers and double their values. We assign the new array …
开始 – React - reactjs.org
你也可以在 Twitter 上关注 @reactjs 账号 获取更新,但即使不这样做,仅通过官方博客你也不会错过任何必要的信息。 并非每一个 React 版本都值得我们在博客上发布文章,但你可以在 …
Empezando – React - reactjs.org
Si algo hace falta en la documentación, o si estas confundido, por favor abre un caso en el repositorio de la documentación con tus sugerencias para mejoras, o envía un tweet a la …
開始 – React - reactjs.org
如果你找不到相關的資訊,或是對部份的內容有疑惑,請連同你的建議,在 此文件倉庫提出 issue 或是在 Twitter 上提及 @reactjs 帳號。
React v17.0 – React Blog - reactjs.org
Oct 20, 2020 · This blog site has been archived. Go to react.dev/blog to see the recent posts. Today, we are releasing React 17! We’ve written at length about the role of the React 17 …
React – Một thư viện JavaScript xây dựng giao diện người dùng
React giúp tạo các UI tương tác một cách dễ dàng. Thiết kế các khung nhìn đơn giản cho từng trạng thái trong ứng dụng của bạn, và React sẽ cập nhật và render đúng các thành phần phù …
介紹 JSX – React - reactjs.org
這個有趣的標籤語法不是一個字串也不是 HTML。 這個語法叫做 JSX,是一個 JavaScript 的語法擴充。我們推薦你在寫 React 的時候透過這個語法來描述使用者介面的外觀。 JSX 可能為讓 …