|
2 | 2 | title: React Compiler |
3 | 3 | --- |
4 | 4 |
|
5 | | -## Introduction {/*introduction*/} |
| 5 | +## Introdução {/*introduction*/} |
6 | 6 |
|
7 | | -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`. |
| 7 | +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. |
8 | 8 |
|
9 | | -## Installation {/*installation*/} |
| 9 | +## Instalação {/*installation*/} |
10 | 10 |
|
11 | | -Get started with [installing React Compiler](/learn/react-compiler/installation) and learn how to configure it with your build tools. |
| 11 | +Comece [instalando o React Compiler](/learn/react-compiler/installation) e aprenda como configurá-lo com suas ferramentas de build. |
12 | 12 |
|
| 13 | +## Adoção Incremental {/*incremental-adoption*/} |
13 | 14 |
|
14 | | -## Incremental Adoption {/*incremental-adoption*/} |
| 15 | +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. |
15 | 16 |
|
16 | | -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. |
| 17 | +## Depuração e Solução de Problemas {/*debugging-and-troubleshooting*/} |
17 | 18 |
|
18 | | -## Debugging and Troubleshooting {/*debugging-and-troubleshooting*/} |
| 19 | +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. |
19 | 20 |
|
20 | | -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. |
| 21 | +## Configuração e Referência {/*configuration-and-reference*/} |
21 | 22 |
|
22 | | -## Configuration and Reference {/*configuration-and-reference*/} |
| 23 | +Para opções detalhadas de configuração e referência da API: |
23 | 24 |
|
24 | | -For detailed configuration options and API reference: |
| 25 | +- [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 |
| 26 | +- [Diretivas](/reference/react-compiler/directives) - Controle de compilação no nível da função |
| 27 | +- [Compilando Bibliotecas](/reference/react-compiler/compiling-libraries) - Enviando bibliotecas pré-compiladas |
25 | 28 |
|
26 | | -- [Configuration Options](/reference/react-compiler/configuration) - All compiler configuration options including React version compatibility |
27 | | -- [Directives](/reference/react-compiler/directives) - Function-level compilation control |
28 | | -- [Compiling Libraries](/reference/react-compiler/compiling-libraries) - Shipping pre-compiled libraries |
| 29 | +## Recursos adicionais {/*additional-resources*/} |
29 | 30 |
|
30 | | -## Additional resources {/*additional-resources*/} |
31 | | - |
32 | | -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. |
| 31 | +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. |
33 | 32 |
|
0 commit comments