Skip to content

Commit

Permalink
resolve remaining merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Apr 5, 2024
1 parent 17c15d9 commit 8451a09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions src/content/learn/preserving-and-resetting-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,7 @@ Memperbarui *state*
</DiagramGroup>


<<<<<<< HEAD
React akan mempertahankan *state* selama Anda me-*render* komponen yang sama pada posisi yang sama. Untuk melihat hal ini, naikkan kedua penghitung, lalu hapus komponen kedua dengan menghapus centang pada *checkbox* "Render the second counter", lalu tambahkan kembali dengan mencentangnya lagi:
=======
React will keep the state around for as long as you render the same component at the same position in the tree. To see this, increment both counters, then remove the second component by unchecking "Render the second counter" checkbox, and then add it back by ticking it again:
>>>>>>> 97489434323b0c4cce78588cd0f48e3808e0eba4

<Sandpack>

Expand Down
6 changes: 1 addition & 5 deletions src/content/learn/rendering-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -1258,11 +1258,7 @@ hr {

</Sandpack>

<<<<<<< HEAD
Ingat, fragmen (biasa ditulis `<> </>`) memberi cara bagi Anda untuk menggabungkan beberapa *node* JSX tanpa perlu menambahkan `<div>` di bagian luar!
=======
Remember, Fragments (often written as `<> </>`) let you group JSX nodes without adding extra `<div>`s!
>>>>>>> 97489434323b0c4cce78588cd0f48e3808e0eba4
Ingat, fragmen (biasa ditulis `<> </>`) memungkinkan Anda menggabungkan beberapa *node* JSX tanpa perlu menambahkan `<div>` di bagian luar!

</Solution>

Expand Down

0 comments on commit 8451a09

Please sign in to comment.