You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"definition": "Middleware এপলাই করতে স্টোরে, স্টোরের পাসকৃত ফাংশন কে middlware এর ফাংশন wrapper দিয়ে wrap করে দিতে হয়। For example: (আমরা যদি রিডাক্স এর ডেভটুল টা ইউজ করতে চাই যুস্ট্যান্ড এর জন্য তখন আমরা middleware ইউজ করব এভাবে)",
59
+
"code": "create(devtools((set) => ({})));"
60
+
}
61
+
]
62
+
},
63
+
{
64
+
"title": "যুস্ট্যান্ড এর Middleware পরিচিতি",
65
+
"items": [
66
+
{
67
+
"definition": "রিডাক্স এর ডেভটুল ইউজ করে যুস্ট্যান্ড এর স্টেট ট্রাক করার জন্য ",
68
+
"code": "create(devtools((set) => ({})));"
69
+
},
70
+
{
71
+
"definition": " যুস্ট্যান্ড এর স্টোর কে লোকাল স্টোরেজ এর সাথে sync বা persist করাতে চাইলে ",
72
+
"code": "create(persist((set) => ({})));"
73
+
},
74
+
{
75
+
"definition": "আপনি যদি রিডাক্স এর মত reducers and action types ইউজ করতে চান",
0 commit comments