Skip to content

Commit 50026f0

Browse files
committed
fix: resolve merge conflict line 7
1 parent 075b46b commit 50026f0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/content/reference/react/useTransition.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ title: useTransition
44

55
<Intro>
66

7-
<<<<<<< HEAD
8-
`useTransition` হলো একটি React হুক যা আপনাকে UI ব্লক না করেই স্টেট আপডেট করতে দেয়।
9-
=======
10-
`useTransition` is a React Hook that lets you render a part of the UI in the background.
11-
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
7+
`useTransition` হলো একটি React হুক যা আপনাকে UI এর একটি অংশ ব্যাকগ্রাউন্ডে রেন্ডার করতে দেয়।
128

139
```js
1410
const [isPending, startTransition] = useTransition()

0 commit comments

Comments
 (0)