File tree 1 file changed +3
-3
lines changed
src/content/reference/react
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Built-in React Components "
2
+ title : " বিল্ট-ইন React কম্পোনেন্ট "
3
3
---
4
4
5
5
<Intro >
@@ -10,7 +10,7 @@ React কিছু বিল্ট-ইন কম্পোনেন্ট উন
10
10
11
11
---
12
12
13
- ## Built-in components {/* built-in-components* /}
13
+ ## বিল্ট-ইন কম্পোনেন্ট {/* built-in-components* /}
14
14
15
15
* [ ` <Fragment> ` ] ( /reference/react/Fragment ) , যাকে ` <>...</> ` হিসেবেও লেখা হয়, আপনাকে একাধিক JSX নোড এক সাথে গ্রুপ করতে দেয়।
16
16
* [ ` <Profiler> ` ] ( /reference/react/Profiler ) আপনাকে প্রোগ্রামের মাধ্যমে একটি React ট্রি-এর রেন্ডারিং পারফরম্যান্স পরিমাপ করতে দেয়।
@@ -19,6 +19,6 @@ React কিছু বিল্ট-ইন কম্পোনেন্ট উন
19
19
20
20
---
21
21
22
- ## Your own components {/* your-own-components* /}
22
+ ## আপনার নিজের কম্পোনেন্ট {/* your-own-components* /}
23
23
24
24
আপনি চাইলে জাভাস্ক্রিপ্ট ফাংশন হিসেবে আপনার [ নিজের কম্পোনেন্টও ডিফাইন করতে পারেন।] ( /learn/your-first-component )
You can’t perform that action at this time.
0 commit comments