Global web icon
reactjs.org
https://legacy.reactjs.org/
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. Declarative views make your code more predictable and easier to debug.
Global web icon
reactjs.org
https://es.legacy.reactjs.org/docs/getting-started…
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 cuenta de @reactjs.
Global web icon
reactjs.org
https://es.legacy.reactjs.org/
reactjs.org - Una biblioteca de JavaScript para construir interfaces de ...
React te ayuda a crear interfaces de usuario interactivas de forma sencilla. Diseña vistas simples para cada estado en tu aplicación, y React se encargará de actualizar y renderizar de manera eficiente los componentes correctos cuando los datos cambien. Las vistas declarativas hacen que tu código sea más predecible, por lo tanto, fácil de depurar.
Global web icon
reactjs.org
https://zh-hant.legacy.reactjs.org/docs/getting-st…
開始 – React - reactjs.org
如果你找不到相關的資訊,或是對部份的內容有疑惑,請連同你的建議,在 此文件倉庫提出 issue 或是在 Twitter 上提及 @reactjs 帳號。
Global web icon
reactjs.org
https://zh-hant.legacy.reactjs.org/tutorial/tutori…
學習指南:React 介紹 - reactjs.org
你不需要有任何 React 的基礎知識就能使用這份學習指南。 在我們開始這份學習指南之前 在這份學習指南中,我們會練習做一個小遊戲。 也許你會很想跳過這份指南,因為你不是遊戲開發者 — 但請試著跟著做做看。 在這份學習指南中,你所學到的技術是你做任何 React 應用程式的基礎,掌握基礎後 ...
Global web icon
reactjs.org
https://legacy.reactjs.org/docs/lists-and-keys.htm…
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 returned by map() to the variable doubled and log it:
Global web icon
reactjs.org
https://it.reactjs.org/
React – Una libreria JavaScript per creare interfacce utente
React rende la creazione di UI interattive facile e indolore. Progetta interfacce per ogni stato della tua applicazione. Ad ogni cambio di stato React aggiornerà efficientemente solamente le parti della UI che dipendono da tali dati. La natura dichiarativa dell’UI rende il tuo codice più prevedibile e facile da debuggare.
Global web icon
reactjs.org
https://legacy.reactjs.org/docs/introducing-jsx.ht…
Introducing JSX – React - reactjs.org
This funny tag syntax is neither a string nor HTML. It is called JSX, and it is a syntax extension to JavaScript. We recommend using it with React to describe what the UI should look like. JSX may remind you of a template language, but it comes with the full power of JavaScript. JSX produces React “elements”. We will explore rendering them to the DOM in the next section. Below, you can ...
Global web icon
reactjs.org
https://de.reactjs.org/
React – Eine JavaScript Bibliothek zum Erstellen von Benutzeroberflächen
React macht es dir leicht, interaktive Benutzeroberflächen zu erstellen. Erstelle einfache Ansichten für jeden Zustand deiner Anwendung und React wird sobald du Daten änderst, effizient die richtigen Komponenten aktualisieren und rendern. Deklarative Ansichten machen deinen Code vorhersehbarer und leichter zu debuggen.
Global web icon
reactjs.org
https://legacy.reactjs.org/docs/hooks-reference.ht…
Hooks API Reference – React - reactjs.org
Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class. This page describes the APIs for the built-in Hooks in React. If you’re new to Hooks, you might want to check out the overview first. You may also find useful information in the frequently asked questions section. Basic Hooks useState useEffect useContext Additional Hooks ...