Skip to content

Commit 4a6df6d

Browse files
authored
Translate content to Bengali and resolve conflicts
Translated English content to Bengali and removed conflicting lines.
1 parent 5a1ab01 commit 4a6df6d

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/content/learn/keeping-components-pure.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,13 @@ title: কম্পোনেন্টকে বিশুদ্ধ রাখা
2727

2828
এই গণিতের সূত্রটিই ধরুনঃ <Math><MathI>y</MathI> = 2<MathI>x</MathI></Math>.
2929

30-
<<<<<<< HEAD
3130
যদি <Math><MathI>x</MathI> = 2</Math> হয়, তাহলে <Math><MathI>y</MathI> = 4</Math> হবে। সবসময়।
3231

3332
যদি <Math><MathI>x</MathI> = 3</Math> হয়, তাহলে <Math><MathI>y</MathI> = 6</Math> হবে। সবসময়।
3433

3534
যদি <Math><MathI>x</MathI> = 3</Math> হয়, তাহলে <MathI>y</MathI> কখনো কখনো <Math>9</Math> অথবা <Math>–1</Math> অথবা <Math>2.5</Math> হবেনা, দিনের কোন সময় বা স্টক মার্কেটের অবস্থার উপর নির্ভর করে।
3635

3736
যদি <Math><MathI>y</MathI> = 2<MathI>x</MathI></Math> এবং <Math><MathI>x</MathI> = 3</Math> হয়, <MathI>y</MathI> তাহলে _সবসময়_ <Math>6</Math> হবে।
38-
=======
39-
If <Math><MathI>x</MathI> = 2</Math> then <Math><MathI>y</MathI> = 4</Math>. Always.
40-
41-
If <Math><MathI>x</MathI> = 3</Math> then <Math><MathI>y</MathI> = 6</Math>. Always.
42-
43-
If <Math><MathI>x</MathI> = 3</Math>, <MathI>y</MathI> won't sometimes be <Math>9</Math> or <Math>–1</Math> or <Math>2.5</Math> depending on the time of day or the state of the stock market.
44-
45-
If <Math><MathI>y</MathI> = 2<MathI>x</MathI></Math> and <Math><MathI>x</MathI> = 3</Math>, <MathI>y</MathI> will _always_ be <Math>6</Math>.
46-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
4737

4838
আমরা যদি এটিকে একটি জাভাস্ক্রিপ্ট ফাংশনে রুপ দেই, তাহলে এটি এমন দেখাবেঃ
4939

@@ -85,19 +75,11 @@ export default function App() {
8575

8676
</Sandpack>
8777

88-
<<<<<<< HEAD
8978
আপনি যখন `Recipe` তে `drinkers={2}` পাস করবেন, এটি JSX রিটার্ন করবে যাতে `2 cups of water` থাকবে। সবসময়।
90-
=======
91-
When you pass `drinkers={2}` to `Recipe`, it will return JSX containing `2 cups of water`. Always.
92-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
9379

9480
যদি আপনি `drinkers={4}` পাস করেন, এটি JSX রিটার্ন করবে যাতে `4 cups of water` থাকবে। সবসময়।
9581

96-
<<<<<<< HEAD
9782
ঠিক একটি গণিতের সূত্রের মত।
98-
=======
99-
Just like a math formula.
100-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
10183

10284
আপনি আপনার কম্পোনেন্টকে একটি রেসিপি হিসেবে চিন্তা করতে পারেনঃ যদি আপনি এগুলো অনুসরণ করেন এবং রান্নার সময়ে নতুন কোন উপাদান না আনেন তাহলে আপনি সবসময় একই খাবার পাবেন। এই "খাবার" হল JSX যা আপনার কম্পোনেন্ট React কে [রেন্ডার](/learn/render-and-commit) করার জন্য পরিবেশন করে।
10385

0 commit comments

Comments
 (0)