Skip to content

Commit 8af8855

Browse files
committed
fix: update Bengali translation for useTransition documentation and resolve merge conflict
1 parent 873c76c commit 8af8855

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/content/reference/react/useTransition.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,9 @@ function SubmitButton({ submitAction }) {
121121

122122
## ব্যবহারবিধি {/*usage*/}
123123

124-
<<<<<<< HEAD
125-
### একটি state আপডেটকে নন-ব্লকিং ট্রানজিশন হিসাবে চিহ্নিত করা {/*marking-a-state-update-as-a-non-blocking-transition*/}
126-
127-
কম্পোনেন্টের একেবারে উপরে `useTransition` কল করুন যাতে state আপডেটগুলি কোনো প্রকার বাধা ছাড়াই *ট্রানজিশন* হিসাবে চিহ্নিত করা যায়।
128-
=======
129-
### Perform non-blocking updates with Actions {/*perform-non-blocking-updates-with-actions*/}
124+
### Actions দিয়ে নন-ব্লকিং আপডেট সম্পাদন করুন {/*perform-non-blocking-updates-with-actions*/}
130125

131-
Call `useTransition` at the top of your component to create Actions, and access the pending state:
132-
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
126+
Actions তৈরি করতে এবং পেন্ডিং state অ্যাক্সেস করতে আপনার কম্পোনেন্টের একেবারে উপরে `useTransition` কল করুন:
133127

134128
```js [[1, 4, "isPending"], [2, 4, "startTransition"]]
135129
import {useState, useTransition} from 'react';

0 commit comments

Comments
 (0)