You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/render-and-commit.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@ title: رندر و کامیت
6
6
7
7
قبل از اینکه اجزای شما در صفحه نمایش داده شوند، آنها باید توسط ریاکت رندر شوند. درک مراحل این فرآیند به شما کمک میکند تا درباره اجرای کد خود فکر کنید و رفتار آن را توضیح دهید.
8
8
9
-
10
9
</Intro>
11
10
12
11
<YouWillLearn>
@@ -65,7 +64,7 @@ export default function Image() {
65
64
66
65
</Sandpack>
67
66
68
-
با امتحان کردن کد فراخوانی `root.render()` را کامنت کنید و تغییرات را مشاهده کنید!
67
+
سعی کنید کد فراخوانی root.render() را کامنت کنید و ببینید که چگونه کامپوننت ناپدید میشود!
69
68
70
69
### دوباره رندر شدن زمانی که حالت تغییر میکند {/*re-renders-when-state-updates*/}
0 commit comments