Skip to content

Commit b71edb6

Browse files
committed
feat: ✨ Translate Challenge 4 of 4 (question)
1 parent 5008d6c commit b71edb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/learn/extracting-state-logic-into-a-reducer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,11 +2241,11 @@ textarea {
22412241
22422242
</Solution>
22432243
2244-
#### Implement `useReducer` from scratch {/*implement-usereducer-from-scratch*/}
2244+
#### একদম শূন্য থেকে `useReducer` ব্যাবহার করুন {/*implement-usereducer-from-scratch*/}
22452245
2246-
In the earlier examples, you imported the `useReducer` Hook from React. This time, you will implement _the `useReducer` Hook itself!_ Here is a stub to get you started. It shouldn't take more than 10 lines of code.
2246+
পূর্ববর্তী উদাহরণগুলোতে, আপনি React থেকে `useReducer` হুক ইমপোর্ট করেছিলেন। এবার, আপনি নিজেই _গোটা `useReducer` হুকটা_ তৈরি করবেন! নিচে আপনার শুরু করার জন্য কিছু কোড দেয়া হলো। এটা সমাধান করতে আপনার ১০ লাইনের বেশি কোড লাগার কথা না।
22472247
2248-
To test your changes, try typing into the input or select a contact.
2248+
আপনার সমাধান টেস্ট করতে, ইনপুটে টাইপ করার চেষ্টা করুন অথবা কোনো একটি কন্টাক্ট সিলেক্ট করুন।
22492249
22502250
<Hint>
22512251

0 commit comments

Comments
 (0)