Translate preserving-and-resetting-state.md to pt-br#854
Closed
NivaldoFarias wants to merge 2 commits intoreactjs:mainfrom
Closed
Translate preserving-and-resetting-state.md to pt-br#854NivaldoFarias wants to merge 2 commits intoreactjs:mainfrom
preserving-and-resetting-state.md to pt-br#854NivaldoFarias wants to merge 2 commits intoreactjs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
pradokez
reviewed
Mar 11, 2025
Co-authored-by: Keziah Prado <pradokeziah@gmail.com>
jhonmike
reviewed
Apr 22, 2025
Comment on lines
+908
to
+910
| </DiagramGroup> | ||
|
|
||
| <DiagramGroup> |
Member
There was a problem hiding this comment.
Suggested change
| </DiagramGroup> | |
| <DiagramGroup> |
jhonmike
reviewed
Apr 22, 2025
Comment on lines
+918
to
+920
| </DiagramGroup> | ||
|
|
||
| <DiagramGroup> |
Member
There was a problem hiding this comment.
Suggested change
| </DiagramGroup> | |
| <DiagramGroup> |
jhonmike
reviewed
Apr 22, 2025
| Funciona quase, mas há um bug. Se você preencher a entrada "Primeiro nome" e marcar a caixa de seleção, o texto ficará na primeira entrada (que agora é "Sobrenome"). Corrija para que o texto da entrada *também* se mova quando você inverter a ordem. | ||
|
|
||
| <Hint> | ||
| <Dica> |
Member
There was a problem hiding this comment.
Suggested change
| <Dica> | |
| <Hint> |
jhonmike
reviewed
Apr 22, 2025
| Parece que, para esses campos, a posição deles dentro do pai não é suficiente. Existe alguma maneira de dizer ao React como combinar o estado entre renderizações? | ||
|
|
||
| </Hint> | ||
| </Dica> |
Member
There was a problem hiding this comment.
Suggested change
| </Dica> | |
| </Hint> |
jhonmike
reviewed
Apr 22, 2025
| Quando você pressiona "Próximo", o navegador começa a carregar a próxima imagem. No entanto, como ela é exibida na mesma tag `<img>`, por padrão, você ainda verá a imagem anterior até a próxima ser carregada. Isso pode ser indesejável se for importante que o texto sempre corresponda à imagem. Mude para que, no momento em que você pressionar "Próximo", a imagem anterior seja imediatamente limpa. | ||
|
|
||
| <Hint> | ||
| <Dica> |
Member
There was a problem hiding this comment.
Suggested change
| <Dica> | |
| <Hint> |
jhonmike
reviewed
Apr 22, 2025
| Há alguma maneira de dizer ao React para recriar o DOM em vez de reutilizá-lo? | ||
|
|
||
| </Hint> | ||
| </Dica> |
Member
There was a problem hiding this comment.
Suggested change
| </Dica> | |
| </Hint> |
jhonmike
reviewed
Apr 22, 2025
| O estado está associado à posição da árvore. Uma `key` permite que você especifique uma posição nomeada em vez de depender da ordem. | ||
|
|
||
| </Challenges> | ||
| </Solution> No newline at end of file |
Member
There was a problem hiding this comment.
Suggested change
| </Solution> | |
| </Solution> | |
| </Challenges> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request contains a translation of the referenced page into Portuguese (pt-BR). The translation was generated using OpenAI (model
gpt-4o-mini).Refer to the source repository workflow that generated this translation for more details.
Feel free to review and suggest any improvements to the translation.