React integrates with tools like editors, TypeScript, browser extensions, and compilers. This section will help you get your environment set up.
Editor Setup
Section titled “Editor Setup”See our recommended editors and learn how to set them up to work with React.
Using TypeScript
Section titled “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
Section titled “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
Section titled “React Compiler”React Compiler is a tool that automatically optimizes your React app. Learn more.
Next steps
Section titled “Next steps”Head to the Quick Start guide for a tour of the most important React concepts you will encounter every day.