Skip to content

Commit 49e88b0

Browse files
committed
feat: ✨ Translate challenge 2 of 4 (partial)
1 parent a38349c commit 49e88b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ textarea {
17031703

17041704
এটা কাজ করবে এবং আপনি যখন "Send" করবেন তখন ইনপুট ক্লিয়ার করে দিবে।
17051705

1706-
However, _from the user's perspective_, sending a message is a different action than editing the field. To reflect that, you could instead create a _new_ action called `sent_message`, and handle it separately in the reducer:
1706+
তবে, _ইউজার এর দৃষ্টিকোণ থেকে_, মেসেজ সেন্ড করাটা ইনপুট ফিল্ড এডিট করার থেকে ভিন্ন একটি action । সে অনুসারে, আপনি `sent_message` নামের একটি _নতুন_ action তৈরি করতে পারেন, এবং সেটিকে reducer এ আলাদাভাবে হ্যান্ডেল করতে পারেন।
17071707

17081708
<Sandpack>
17091709

0 commit comments

Comments
 (0)