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