Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions src/content/learn/react-compiler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,31 @@
title: React Compiler
---

## Introduction {/*introduction*/}
## Introdução {/*introduction*/}

Learn [what React Compiler does](/learn/react-compiler/introduction) and how it automatically optimizes your React application by handling memoization for you, eliminating the need for manual `useMemo`, `useCallback`, and `React.memo`.
Aprenda [o que o React Compiler faz](/learn/react-compiler/introduction) e como ele otimiza automaticamente sua aplicação React lidando com memoização para você, eliminando a necessidade de `useMemo`, `useCallback` e `React.memo` manuais.

## Installation {/*installation*/}
## Instalação {/*installation*/}

Get started with [installing React Compiler](/learn/react-compiler/installation) and learn how to configure it with your build tools.
Comece [instalando o React Compiler](/learn/react-compiler/installation) e aprenda como configurá-lo com suas ferramentas de build.

## Adoção Incremental {/*incremental-adoption*/}

## Incremental Adoption {/*incremental-adoption*/}
Aprenda [estratégias para adotar gradualmente o React Compiler](/learn/react-compiler/incremental-adoption) em seu código existente se você ainda não estiver pronto para habilitá-lo em todos os lugares.

Learn [strategies for gradually adopting React Compiler](/learn/react-compiler/incremental-adoption) in your existing codebase if you're not ready to enable it everywhere yet.
## Depuração e Solução de Problemas {/*debugging-and-troubleshooting*/}

## Debugging and Troubleshooting {/*debugging-and-troubleshooting*/}
Quando as coisas não funcionam como esperado, use nosso [guia de depuração](/learn/react-compiler/debugging) para entender a diferença entre erros do compilador e problemas em tempo de execução, identificar padrões comuns que quebram e seguir um fluxo de trabalho de depuração sistemático.

When things don't work as expected, use our [debugging guide](/learn/react-compiler/debugging) to understand the difference between compiler errors and runtime issues, identify common breaking patterns, and follow a systematic debugging workflow.
## Configuração e Referência {/*configuration-and-reference*/}

## Configuration and Reference {/*configuration-and-reference*/}
Para opções detalhadas de configuração e referência da API:

For detailed configuration options and API reference:
- [Opções de Configuração](/reference/react-compiler/configuration) - Todas as opções de configuração do compilador incluindo compatibilidade de versão do React
- [Diretivas](/reference/react-compiler/directives) - Controle de compilação no nível da função
- [Compilando Bibliotecas](/reference/react-compiler/compiling-libraries) - Enviando bibliotecas pré-compiladas

- [Configuration Options](/reference/react-compiler/configuration) - All compiler configuration options including React version compatibility
- [Directives](/reference/react-compiler/directives) - Function-level compilation control
- [Compiling Libraries](/reference/react-compiler/compiling-libraries) - Shipping pre-compiled libraries
## Recursos adicionais {/*additional-resources*/}

## Additional resources {/*additional-resources*/}

In addition to these docs, we recommend checking the [React Compiler Working Group](https://github.com/reactwg/react-compiler) for additional information and discussion about the compiler.
Além desta documentação, recomendamos verificar o [React Compiler Working Group](https://github.com/reactwg/react-compiler) para informações adicionais e discussão sobre o compilador.