Skip to content

Commit

Permalink
translate intro (0% finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
habibium committed Oct 29, 2023
1 parent ff1cb8a commit 51661f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/extracting-state-logic-into-a-reducer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: State Logic কে একটি Reducer এ স্থানান্ত

<Intro>

Components with many state updates spread across many event handlers can get overwhelming. For these cases, you can consolidate all the state update logic outside your component in a single function, called a _reducer._
একাধিক event handler এ ছড়িয়ে থাকা একাধিক state update ওয়ালা কম্পোনেন্টগুলো দুঃসহ হয়ে যেতে পারে। এসব ক্ষেত্রে, আপনি সকল state update logic কে আপনার কম্পোনেন্টের বাইরে একটিমাত্র function এ একত্রিত করতে পারেন, যাকে বলা হয় _reducer_

</Intro>

Expand Down

0 comments on commit 51661f0

Please sign in to comment.