About 73 results
Open links in new tab
  1. Using TypeScript – React

    This guide has covered the basics of using TypeScript with React, but there is a lot more to learn. Individual API pages on the docs may contain more in-depth documentation on how to use …

  2. Build a React app from Scratch

    Rsbuild includes built-in support for React features like fast refresh, JSX, TypeScript, and styling. See Rsbuild’s React guide to get started.

  3. Quick Start – React - reactjs.org

    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.

  4. Creating a React App – React

    If you want to build a new app or website with React, we recommend starting with a framework. If your app has constraints not well-served by existing frameworks, you prefer to build your own …

  5. React

    React is the library for web and native user interfaces. Build user interfaces out of individual pieces called components written in JavaScript. React is designed to let you seamlessly …

  6. Tutorial: Tic-Tac-Toe – React - reactjs.org

    Overview will teach you the fundamentals of React: components, props, and state. Completing the game will teach you the most common techniques in React development. Adding time travel …

  7. Describing the UI – React

    React is a JavaScript library for rendering user interfaces (UI). UI is built from small units like buttons, text, and images. React lets you combine them into reusable, nestable components. …

  8. Start a New React Project – React

    Grab react and react-dom from npm, set up your custom build process with a bundler like Vite or Parcel, and add other tools as you need them for routing, static generation or server-side …

  9. Add React to an Existing Project – React - reactjs.org

    If you want to add some interactivity to your existing project, you don’t have to rewrite it in React. Add React to your existing stack, and render interactive React components anywhere.

  10. 使用 TypeScript – React 中文文档 - docschina.org

    本指南已经介绍了如何在 React 中使用 TypeScript 的基础知识,但还有更多内容等待学习。 官网中的单个 API 页面或许包含了如何与 TypeScript 一起使用它们的更深入的说明。

Refresh