We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075b46b commit 50026f0Copy full SHA for 50026f0
1 file changed
src/content/reference/react/useTransition.md
@@ -4,11 +4,7 @@ title: useTransition
4
5
<Intro>
6
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
+`useTransition` হলো একটি React হুক যা আপনাকে UI এর একটি অংশ ব্যাকগ্রাউন্ডে রেন্ডার করতে দেয়।
12
13
```js
14
const [isPending, startTransition] = useTransition()
0 commit comments