Skip to content

Commit 2b0432d

Browse files
authored
Merge pull request #58 from nafistiham/react-component-index
react-components-index-done
2 parents 415688a + d738a24 commit 2b0432d

File tree

1 file changed

+9
-9
lines changed

1 file changed

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

55
<Intro>
66

7-
React exposes a few built-in components that you can use in your JSX.
7+
React কিছু বিল্ট-ইন কম্পোনেন্ট উন্মুক্ত করে যা আপনি আপনার JSX এ ব্যবহার করতে পারেন।
88

99
</Intro>
1010

1111
---
1212

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

15-
* [`<Fragment>`](/reference/react/Fragment), alternatively written as `<>...</>`, lets you group multiple JSX nodes together.
16-
* [`<Profiler>`](/reference/react/Profiler) lets you measure rendering performance of a React tree programmatically.
17-
* [`<Suspense>`](/reference/react/Suspense) lets you display a fallback while the child components are loading.
18-
* [`<StrictMode>`](/reference/react/StrictMode) enables extra development-only checks that help you find bugs early.
15+
* [`<Fragment>`](/reference/react/Fragment), যাকে `<>...</>` হিসেবেও লেখা হয়, আপনাকে একাধিক JSX নোড এক সাথে গ্রুপ করতে দেয়।
16+
* [`<Profiler>`](/reference/react/Profiler) আপনাকে প্রোগ্রামের মাধ্যমে একটি React ট্রি-এর রেন্ডারিং পারফরম্যান্স পরিমাপ করতে দেয়।
17+
* [`<Suspense>`](/reference/react/Suspense) চাইল্ড কম্পোনেন্ট লোড হবার সময় ফলব্যাক দেখাতে আপনাকে সাহায্য করে।
18+
* [`<StrictMode>`](/reference/react/StrictMode) কিছু অতিরিক্ত develop-only চেক সক্রিয় করে দেয় যা আপনাকে আগে থেকেই বিভিন্ন বাগ চিনতে সাহায্য করে।
1919

2020
---
2121

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

24-
You can also [define your own components](/learn/your-first-component) as JavaScript functions.
24+
আপনি চাইলে জাভাস্ক্রিপ্ট ফাংশন হিসেবে আপনার [নিজের কম্পোনেন্টও ডিফাইন করতে পারেন।](/learn/your-first-component)

0 commit comments

Comments
 (0)