About 184 results
Open links in new tab
  1. Design Principles – React - reactjs.org

    This document assumes a strong understanding of React. It describes the design principles of React itself, not React components or applications. For an introduction to React, check out …

  2. Hello World – React - reactjs.org

    React is a JavaScript library, and so we’ll assume you have a basic understanding of the JavaScript language. If you don’t feel very confident, we recommend going through a …

  3. Introducing JSX – React - reactjs.org

    React doesn’t require using JSX, but most people find it helpful as a visual aid when working with UI inside the JavaScript code. It also allows React to show more useful error and warning …

  4. Example Projects – React - reactjs.org

    There are many example projects created by the React community. We’re keeping this page focused on the ones that use React without third-party state management libraries. If you add …

  5. 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 …

  6. Design Principles – React

    This document assumes a strong understanding of React. It describes the design principles of React itself, not React components or applications. For an introduction to React, check out …

  7. Virtual DOM and Internals – React - reactjs.org

    The virtual DOM (VDOM) is a programming concept where an ideal, or “virtual”, representation of a UI is kept in memory and synced with the “real” DOM by a library such as ReactDOM. This …

  8. Courses – React - reactjs.org

    Courses include “React Fundamentals” and “Universal React”. Mastering React - Build professional interactive apps with React. React Tutorial - Learn React step by step in an …

  9. Why did we build React? – React Blog - reactjs.org

    Jun 5, 2013 · JavaScript is a flexible, powerful programming language with the ability to build abstractions. This is incredibly important in large applications. By unifying your markup with its …

  10. Tutorial: Pengantar React – React - reactjs.org

    Setiap elemen React adalah objek JavaScript yang dapat Anda simpan di dalam variabel atau Anda oper ke seputar program Anda. Komponen ShoppingList di atas hanya me-render …

Refresh