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 them with …

  2. Quick Start – React

    Next Steps 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.

  3. TypeScript の使用 – React

    TypeScript で React を書くことは、JavaScript で React を書くことに非常に似ています。 コンポーネントを扱う際の主な違いは、コンポーネントの props に対して型が指定できることです。

  4. Usar TypeScript – React

    Esta guía ha abordado los fundamentos para usar TypeScript con React, pero hay mucho más por aprender. Las páginas individuales de la API en la documentación pueden contener információn más …

  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 combine …

  6. 使用 TypeScript – React 中文文档

    这是一个 TypeScript 特定的扩展,告诉 TypeScript 该文件包含 JSX。 使用 TypeScript 编写 React 与使用 JavaScript 编写 React 非常相似。 与组件一起工作时的关键区别是,你可以为组件的 props 提供 …

  7. Utiliser TypeScript – React

    Ce guide a couvert les bases de l’utilisation de TypeScript avec React, mais il reste beaucoup à apprendre. Les pages dédiées de la documentation pour chaque API fournissent davantage …

  8. Tutorial: Tic-Tac-Toe – React

    The goal of this tutorial is to help you understand React and its syntax. We recommend that you check out the tic-tac-toe game above before continuing with the tutorial.

  9. Setup – React

    Setup React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.

  10. TypeScript 사용하기 – React

    React와 함께 TypeScript를 작성하는 것은 React와 함께 JavaScript를 작성하는 것과 매우 유사합니다. 컴포넌트로 작업할 때 가장 중요한 차이점은 컴포넌트의 Props에 타입을 제공할 수 있다는 점입니다.