Skip to content

Commit

Permalink
Translate Learn / Adding interactivity (#478)
Browse files Browse the repository at this point in the history
* Intro

* responding-to-events

* tate-a-components-memory

* state-a-components-memory - fix typo

* render-and-commit

* state-as-a-snapshot

* queueing-a-series-of-state-updates

* updating-objects-in-state

* updating-objects-in-state_typo

* Fix typo

* Revert package.json

* updating-arrays-in-state

* Minor fixes

---------

Co-authored-by: Jakub Drozdek <[email protected]>
  • Loading branch information
dawidsabat and jakubdrozdek authored Jul 29, 2024
1 parent b5a9883 commit 6e98c10
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export function Footer() {
<FooterLink href="/learn/installation">Instalacja</FooterLink>
<FooterLink href="/learn/describing-the-ui">Opisywanie UI</FooterLink>
<FooterLink href="/learn/adding-interactivity">
Adding Interactivity
Dodawanie interaktywności
</FooterLink>
<FooterLink href="/learn/managing-state">
Zarządzanie stanem
Expand Down
Loading

0 comments on commit 6e98c10

Please sign in to comment.