Skip to content

Commit d738a24

Browse files
committed
bug-fixed
1 parent 7d55a80 commit d738a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/reference/react/components.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Built-in React Components"
2+
title: "বিল্ট-ইন React কম্পোনেন্ট"
33
---
44

55
<Intro>
@@ -10,7 +10,7 @@ React কিছু বিল্ট-ইন কম্পোনেন্ট উন
1010

1111
---
1212

13-
## Built-in components {/*built-in-components*/}
13+
## বিল্ট-ইন কম্পোনেন্ট {/*built-in-components*/}
1414

1515
* [`<Fragment>`](/reference/react/Fragment), যাকে `<>...</>` হিসেবেও লেখা হয়, আপনাকে একাধিক JSX নোড এক সাথে গ্রুপ করতে দেয়।
1616
* [`<Profiler>`](/reference/react/Profiler) আপনাকে প্রোগ্রামের মাধ্যমে একটি React ট্রি-এর রেন্ডারিং পারফরম্যান্স পরিমাপ করতে দেয়।
@@ -19,6 +19,6 @@ React কিছু বিল্ট-ইন কম্পোনেন্ট উন
1919

2020
---
2121

22-
## Your own components {/*your-own-components*/}
22+
## আপনার নিজের কম্পোনেন্ট {/*your-own-components*/}
2323

2424
আপনি চাইলে জাভাস্ক্রিপ্ট ফাংশন হিসেবে আপনার [নিজের কম্পোনেন্টও ডিফাইন করতে পারেন।](/learn/your-first-component)

0 commit comments

Comments
 (0)