When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Installation – React - code++

    react.dev/learn/installation

    To try React locally on your computer, download this HTML page. Open it in your editor and in your browser! Start a new React project . If you want to build an app or a website fully with React, start a new React project. Add React to an existing project . If want to try using React in your existing app or a website, add React to an existing ...

  3. React

    react.dev

    React lets you build user interfaces out of individual pieces called components. Create your own React components like Thumbnail, LikeButton, and Video. Then combine them into entire screens, pages, and apps.

  4. Start a New React Project – React - code++

    react.dev/learn/start-a-new-react-project

    Start a New React Project. If you want to build a new app or a new website fully with React, we recommend picking one of the React-powered frameworks popular in the community.

  5. By now, you know the basics of how to write React code! Check out the Tutorial to put them into practice and build your first mini-app with React. Next Tutorial: Tic-Tac-Toe

  6. React Developer Tools

    react.dev/learn/react-developer-tools

    Use React Developer Tools to inspect React components, edit props and state, and identify performance problems. You will learn How to install React Developer Tools

  7. React v18.0 – React

    react.dev/blog/2022/03/29/react-v18

    React 18 is now available on npm! In our last post, we shared step-by-step instructions for upgrading your app to React 18. In this post, we’ll give an overview of what’s new in React 18, and what it means for the future.

  8. React 19 RC – React

    react.dev/blog/2024/04/25/react-19

    In our React 19 RC Upgrade Guide, we shared step-by-step instructions for upgrading your app to React 19. In this post, we’ll give an overview of the new features in React 19, and how you can adopt them.

  9. React Versions – React

    react.dev/versions

    React Versions. The React docs at react.dev provide documentation for the latest version of React. We aim to keep the docs updated within major versions, and do not publish versions for each minor or patch version. When a new major is released, we archive the docs for the previous version as x.react.dev. See our versioning policy for more info.

  10. React Compiler – React

    react.dev/learn/react-compiler

    The latest Beta release can be found with the @beta tag, and daily experimental releases with @experimental. React Compiler is a new compiler that we’ve open sourced to get early feedback from the community. It is a build-time only tool that automatically optimizes your React app.

  11. Add React to an Existing Project – React - code++

    react.dev/learn/add-react-to-an-existing-project

    React Native can also be integrated into existing native apps incrementally. If you have an existing native app for Android (Java or Kotlin) or iOS (Objective-C or Swift), follow this guide to add a React Native screen to it.