We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51661f0 commit 88d1fceCopy full SHA for 88d1fce
1 file changed
src/content/learn/extracting-state-logic-into-a-reducer.md
@@ -10,10 +10,10 @@ title: State Logic কে একটি Reducer এ স্থানান্ত
10
11
<YouWillLearn>
12
13
-- What a reducer function is
14
-- How to refactor `useState` to `useReducer`
15
-- When to use a reducer
16
-- How to write one well
+- reducer function বলতে কী বুঝায়
+- কিভাবে `useState` কে গুছিয়ে `useReducer` এ পরিণত করা যায়
+- কখন reducer ব্যবহার করতে হয়
+- কীভাবে একে ভালভাবে লিখতে হয়
17
18
</YouWillLearn>
19
0 commit comments