Skip to content

Commit 914fcb3

Browse files
author
Jakub Drozdek
committed
Reconciliation
1 parent 5b02ff5 commit 914fcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ Obsługa zdarzeń w elementach reactowych ma kilka różnic składniowych:
163163

164164
## [Rekoncyliacja](/docs/reconciliation.html) {#reconciliation}
165165

166-
When a component's props or state change, React decides whether an actual DOM update is necessary by comparing the newly returned element with the previously rendered one. When they are not equal, React will update the DOM. This process is called "reconciliation".
166+
Gdy zmieniają się właściwości lub stan komponentu, React decyduje, czy konieczna jest aktualizacja drzewa DOM, poprzez porównanie nowo zwróconego elementu z jego poprzednią wersją. Jeśli elementy różnią się, drzewo DOM jest aktualizowane. Proces ten nazywany jest "rekoncyliacją" (ang. *reconciliation*).

0 commit comments

Comments
 (0)