Skip to content

docs: Adding Interactivity Overview translations #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 30, 2023

Conversation

chrsep
Copy link
Contributor

@chrsep chrsep commented Apr 27, 2023

Added translations for Adding Interactivity: Overview page.

Closes #452

@r17x
Copy link
Collaborator

r17x commented Apr 28, 2023

any updates, @chrsep?

@resir014
Copy link
Member

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
Copy link
Contributor Author

chrsep commented Apr 29, 2023

Hi @r17x @resir014 , just saw that the PR got reviewed last midnight, I just got back online. I've updated the PR.

Copy link
Collaborator

@r17x r17x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approved but need confirm from @chrsep for 1 unresolved review by @mazipan

@chrsep
Copy link
Contributor Author

chrsep commented Apr 29, 2023

I'm approved but need confirm from @chrsep for 1 unresolved review by @mazipan

oops, missed that one. Updated.

@r17x r17x requested a review from mazipan April 29, 2023 11:02
@github-actions
Copy link

github-actions bot commented Apr 29, 2023

Size changes

📦 Next.js Bundle Analysis for react-dev

This 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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once more. We have been updated the terms and for word like "merender" need to changes "me-render" except in Heading ("me-render").

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, updated.


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!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Semua re-render atau rerender = render ulang.
Dengan italic di render.

Suggested change
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!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Interactivity
4 participants