src/content/learn/setup.md
React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
</Intro>See our recommended editors and learn how to set them up to work with React.
TypeScript is a popular way to add type definitions to JavaScript codebases. Learn how to integrate TypeScript into your React projects.
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 is a tool that automatically optimizes your React app. Learn more.
Head to the Quick Start guide for a tour of the most important React concepts you will encounter every day.