Uh oh!
There was an error while loading. Please reload this page.
docs: Adding Interactivity Overview translations - #350
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
r17x
commented
Apr 28, 2023
any updates, @chrsep? |
resir014
commented
Apr 29, 2023
Hi @chrsep, are you still available to work on this PR? If you're unable to finish within the next day, are you okay with me taking over this PR? |
chrsep
commented
Apr 29, 2023
chrsep
commented
Apr 29, 2023
Size changesDetails📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
| 2. **Rendering** the component (preparing the order in the kitchen) | ||
| 3. **Committing** to the DOM (placing the order on the table) | ||
| 1. **Memicu** *render* (mengirimkan pesanan pelanggan ke dapur) | ||
| 2. **Merender** komponen (menyiapkan pesanan di dapur) |
There was a problem hiding this comment.
Once more. We have been updated the terms and for word like "merender" need to changes "me-render" except in Heading ("me-render").
| ## State sebagai snapshot {/*state-as-a-snapshot*/} | ||
| Unlike regular JavaScript variables, React state behaves more like a snapshot. Setting it does not change the state variable you already have, but instead triggers a re-render. This can be surprising at first! | ||
| Tidak seperti variabel Javascript biasa, state di React berperilaku lebih seperti *snapshot*. Mengubah state tidaklah mengubah variabel state yang Anda miliki sekarang, tetapi akan memicu re-render. Ini bisa mengejutkan pada awalnya! |
There was a problem hiding this comment.
Semua re-render atau rerender = render ulang.
Dengan italic di render.
| Tidak seperti variabel Javascript biasa, state di React berperilaku lebih seperti *snapshot*. Mengubah state tidaklah mengubah variabel state yang Anda miliki sekarang, tetapi akan memicu re-render. Ini bisa mengejutkan pada awalnya! | |
| Tidak seperti variabel Javascript biasa, state di React berperilaku lebih seperti *snapshot*. Mengubah state tidaklah mengubah variabel state yang Anda miliki sekarang, tetapi akan memicu *render* ulang. Ini bisa mengejutkan pada awalnya! |
1614478 to
5855733Compare
Added translations for
Adding Interactivity: Overviewpage.Closes#452