-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
traduzindo a parte de definição e referencia #772
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
|
||
### `<StrictMode>` {/*strictmode*/} | ||
|
||
Use `StrictMode` to enable additional development behaviors and warnings for the component tree inside: | ||
Use `StrictMode` para habilitar comportamentos e avisos adicionais de desenvolvimento para o componente da árvore de dentro: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use `StrictMode` para habilitar comportamentos e avisos adicionais de desenvolvimento para o componente da árvore de dentro: | |
Use `StrictMode` para habilitar comportamentos e avisos adicionais de desenvolvimento para a árvore de componentes interna: |
|
||
Strict Mode enables the following development-only behaviors: | ||
Strict Mode habilita o seguimento de comportamentos somente de desenvolvimento: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strict Mode habilita o seguimento de comportamentos somente de desenvolvimento: | |
Strict Mode habilita os seguintes comportamentos exclusivos para desenvolvimento: |
- Your components will [re-render an extra time](#fixing-bugs-found-by-double-rendering-in-development) to find bugs caused by impure rendering. | ||
- Your components will [re-run Effects an extra time](#fixing-bugs-found-by-re-running-effects-in-development) to find bugs caused by missing Effect cleanup. | ||
- Your components will [be checked for usage of deprecated APIs.](#fixing-deprecation-warnings-enabled-by-strict-mode) | ||
- Seus componentes vão [renderizar novamente um tempo extra](#fixing-bugs-found-by-double-rendering-in-development) para encontrar bugs causados por renderizações impuras. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Seus componentes vão [renderizar novamente um tempo extra](#fixing-bugs-found-by-double-rendering-in-development) para encontrar bugs causados por renderizações impuras. | |
- Seus componentes serão [re-renderizados uma vez a mais](#fixing-bugs-found-by-double-rendering-in-development) para encontrar bugs causados por renderizações impuras. |
- Your components will [re-run Effects an extra time](#fixing-bugs-found-by-re-running-effects-in-development) to find bugs caused by missing Effect cleanup. | ||
- Your components will [be checked for usage of deprecated APIs.](#fixing-deprecation-warnings-enabled-by-strict-mode) | ||
- Seus componentes vão [renderizar novamente um tempo extra](#fixing-bugs-found-by-double-rendering-in-development) para encontrar bugs causados por renderizações impuras. | ||
- Seus componentes vão [executar efeitos novamente em um tempo extra](#fixing-bugs-found-by-re-running-effects-in-development) para encontrar bugs causados por falta de limpeza de efeito. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Seus componentes vão [executar efeitos novamente em um tempo extra](#fixing-bugs-found-by-re-running-effects-in-development) para encontrar bugs causados por falta de limpeza de efeito. | |
- Seus componentes irão [executar os Effects uma vez a mais](#fixing-bugs-found-by-re-running-effects-in-development) para encontrar bugs causados por falta de limpeza dos Effects. |
- Your components will [be checked for usage of deprecated APIs.](#fixing-deprecation-warnings-enabled-by-strict-mode) | ||
- Seus componentes vão [renderizar novamente um tempo extra](#fixing-bugs-found-by-double-rendering-in-development) para encontrar bugs causados por renderizações impuras. | ||
- Seus componentes vão [executar efeitos novamente em um tempo extra](#fixing-bugs-found-by-re-running-effects-in-development) para encontrar bugs causados por falta de limpeza de efeito. | ||
- Seus componentes vão [ser checados pelo uso de APIs descontinuadas.](#fixing-deprecation-warnings-enabled-by-strict-mode) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Seus componentes vão [ser checados pelo uso de APIs descontinuadas.](#fixing-deprecation-warnings-enabled-by-strict-mode) | |
- Seus componentes serão [verificados quanto ao uso de APIs descontinuadas.](#fixing-deprecation-warnings-enabled-by-strict-mode) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The translation of the page is incomplete, it's okay if you only translate this part, but it's important to adjust the comments already made in one of the reviews before we merge the PR!
Estou começando a traduzir