Back to React

Setup

src/content/learn/setup.md

latest947 B
Original Source
<Intro>

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

</Intro>

Editor Setup

See our recommended editors and learn how to set them up to work with React.

Using TypeScript

TypeScript is a popular way to add type definitions to JavaScript codebases. Learn how to integrate TypeScript into your React projects.

React Developer Tools

React Developer Tools is a browser extension that can inspect React components, edit props and state, and identify performance problems. Learn how to install it here.

React Compiler

React Compiler is a tool that automatically optimizes your React app. Learn more.

Next steps

Head to the Quick Start guide for a tour of the most important React concepts you will encounter every day.