Ashiqur Rahman Alif
Committed by GitHub

Update README-bn.md

@@ -155,25 +155,15 @@ class Other extends StatelessWidget { @@ -155,25 +155,15 @@ class Other extends StatelessWidget {
155 } 155 }
156 ``` 156 ```
157 157
158 -Result:  
159 -  
160 -![](https://raw.githubusercontent.com/jonataslaw/getx-community/master/counter-app-gif.gif)  
161 -  
162 -This is a simple project but it already makes clear how powerful Get is. As your project grows, this difference will become more significant.  
163 -  
164 -Get was designed to work with teams, but it makes the job of an individual developer simple.  
165 -  
166 -Improve your deadlines, deliver everything on time without losing performance. Get is not for everyone, but if you identified with that phrase, Get is for you!  
167 -  
168 # GetX এর তিনটি স্তম্ভ 158 # GetX এর তিনটি স্তম্ভ
169 159
170 ## স্টেট ব্যবস্থাপনা 160 ## স্টেট ব্যবস্থাপনা
171 161
172 -Get has two different state managers: the simple state manager (we'll call it GetBuilder) and the reactive state manager (GetX/Obx) 162 +Get দুই ভিন্ন স্টেট ম্যানেজার আছে: সাধারণ স্টেট ম্যানেজার (আমরা একে GetBuilder বলব) and প্রতিক্রিয়াশীল স্টেট ম্যানেজার (GetX/Obx)
173 163
174 ### প্রতিক্রিয়াশীল স্টেট ম্যানেজার 164 ### প্রতিক্রিয়াশীল স্টেট ম্যানেজার
175 165
176 -Reactive programming can alienate many people because it is said to be complicated. GetX turns reactive programming into something quite simple: 166 +প্রতিক্রিয়াশীল প্রোগ্রামিং অনেক লোককে উদাসীন করতে পারে কারণ এটি জটিল। GetX প্রতিক্রিয়াশীল প্রোগ্রামিংকে বেশ সহজে পরিণত করে:
177 167
178 - You won't need to create StreamControllers. 168 - You won't need to create StreamControllers.
179 - You won't need to create a StreamBuilder for each variable 169 - You won't need to create a StreamBuilder for each variable