Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

henriquedev24
Copy link

Estou começando a traduzir

Copy link

vercel bot commented Jul 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
pt-br-legacy-reactjs-org ⬜️ Ignored (Inspect) Visit Preview Jul 22, 2024 5:40pm


### `<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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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)

Copy link
Member

@jhonmike jhonmike left a 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!

@jhonmike jhonmike added the needs author response Changes requested needing author's input label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs author response Changes requested needing author's input
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants