Skip to content

Commit 7c8bfb8

Browse files
committed
feat: translate React Compiler main page to Portuguese
1 parent a6ea941 commit 7c8bfb8

File tree

1 file changed

+15
-16
lines changed
  • src/content/learn/react-compiler

1 file changed

+15
-16
lines changed

src/content/learn/react-compiler/index.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,31 @@
22
title: React Compiler
33
---
44

5-
## Introduction {/*introduction*/}
5+
## Introdução {/*introduction*/}
66

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.
88

9-
## Installation {/*installation*/}
9+
## Instalação {/*installation*/}
1010

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.
1212

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

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.
1516

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*/}
1718

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.
1920

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*/}
2122

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

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
2528

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*/}
2930

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.
3332

0 commit comments

Comments
 (0)