Skip to content

Commit cf0465f

Browse files
authored
Update Suspense.md
1 parent ef47a92 commit cf0465f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/content/reference/react/Suspense.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,11 +1746,7 @@ function Router() {
17461746
// ...
17471747
```
17481748
1749-
<<<<<<< HEAD
17501749
এটা React কে বলে যে state ট্রান্সিশনটি এখনই জরুরী নয়, এবং ইতিমধ্যেই প্রকাশ হয়ে যাওয়া কোনো কন্টেন্ট লুকানোর চেয়ে আগের পেজটি দেখিয়ে রাখাই ভাল। এখন বাটনটি ক্লিক করা হলে এটি `Biography` লোড হওয়ার জন্য "অপেক্ষা" করবেঃ
1751-
=======
1752-
This tells React that the state Transition is not urgent, and it's better to keep showing the previous page instead of hiding any already revealed content. Now clicking the button "waits" for the `Biography` to load:
1753-
>>>>>>> 97489434323b0c4cce78588cd0f48e3808e0eba4
17541750
17551751
<Sandpack>
17561752

0 commit comments

Comments
 (0)