Skip to content

Commit

Permalink
Learn / Preserving and resetting state (reactjs#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsabat authored and JohnyKam committed Nov 12, 2024
1 parent 0e37489 commit fdfb10c
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 198 deletions.
4 changes: 2 additions & 2 deletions src/content/learn/managing-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Przeczytaj rozdział pt. **[Współdzielenie stanu między komponentami](/learn/
</LearnMore>
## Utrzymywanie i resetowanie stanu {/*preserving-and-resetting-state*/}
## Zachowywanie i resetowanie stanu {/*preserving-and-resetting-state*/}
Kiedy ponownie renderujesz komponent, React musi zdecydować, które części drzewa należy zostawić (i zaktualizować), a które odrzucić lub stworzyć na nowo. W większości przypadków React sam zdecyduje, co należy zrobić. Domyślnie React zachowuje części drzewa, które pokrywają się z poprzednim drzewem komponentów.
Expand Down Expand Up @@ -496,7 +496,7 @@ textarea {
<LearnMore path="/learn/preserving-and-resetting-state">
Przeczytaj rozdział pt. **[Utrzymywanie i resetowanie stanu](/learn/preserving-and-resetting-state)**, aby nauczyć się cyklu życia stanu i jak nim zarządzać.
Przeczytaj rozdział pt. **[Zachowywanie i resetowanie stanu](/learn/preserving-and-resetting-state)**, aby nauczyć się cyklu życia stanu i jak nim zarządzać.
</LearnMore>
Expand Down
Loading

0 comments on commit fdfb10c

Please sign in to comment.