You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react/index.md
-30Lines changed: 0 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ title: এক নজরে React Reference
3
3
---
4
4
5
5
<Intro>
6
-
<<<<<<< HEAD
7
6
এই অংশে React নিয়ে কাজ করার জন্য বিস্তারিত রেফারেন্স ডকুমেন্টেশন রয়েছে।
8
7
React এর সাথে পরিচিত হবার জন্য [Learn](/learn) অংশ দেখুন।
9
8
</Intro>
@@ -16,29 +15,11 @@ Programmatic React ফিচারঃ
16
15
*[Components](/reference/react/components) - যেসব বিল্ট-ইন কম্পোনেন্ট আপনার JSX এ ব্যবহার করতে পারেন।
17
16
*[APIs](/reference/react/apis) - কম্পোনেন্ট ডিফাইন করার জন্য কার্যকরী API।
18
17
*[Directives](/reference/react/directives) - সার্ভার কম্পোনেন্টের সাথে যেসব bundlers ব্যবহারোপযোগী তাদের কার্যপ্রণালী।
19
-
=======
20
-
21
-
This section provides detailed reference documentation for working with React. For an introduction to React, please visit the [Learn](/learn) section.
22
-
23
-
</Intro>
24
-
25
-
Our The React reference documentation is broken down into functional subsections:
26
-
27
-
## React {/*react*/}
28
-
29
-
Programmatic React features:
30
-
31
-
*[Hooks](/reference/react/hooks) - Use different React features from your components.
32
-
*[Components](/reference/react/components) - Documents built-in components that you can use in your JSX.
33
-
*[APIs](/reference/react/apis) - APIs that are useful for defining components.
34
-
*[Directives](/reference/react/directives) - Provide instructions to bundlers compatible with React Server Components.
35
-
>>>>>>> 943e3ce4e52be56bcd75b679448847302f557da1
36
18
37
19
## React DOM {/*react-dom*/}
38
20
39
21
React-dom contains features that are only supported for web applications (which run in the browser DOM environment). This section is broken into the following:
40
22
41
-
<<<<<<< HEAD
42
23
*[Hooks](/reference/react-dom/hooks) - ওয়েব এপ্লিকেশনের জন্য hooks যা ব্রাউজারের DOM এনভায়রনমেন্টে চলে।
43
24
*[Components](/reference/react-dom/components) - React ব্রাউজারের সকল বিল্ট-ইন HTML এবং SVG কম্পোনেন্ট সাপোর্ট করে।
44
25
*[APIs](/reference/react-dom) - `react-dom` প্যাকেজে সেই সব মেথড রয়েছে যার শুধু মাত্র ওয়েব এপ্লিকেশনে সাপোর্ট আছে।
@@ -47,14 +28,3 @@ React-dom contains features that are only supported for web applications (which
47
28
48
29
## Legacy APIs {/*legacy-apis*/}
49
30
*[Legacy APIs](/reference/react/legacy) - React প্যাকেজ থেকে এক্সপোর্ট করা হয়েছে এমন, কিন্তু নতুন কোডে ব্যবহারে নিরুৎসাহিত করা হবে।
50
-
=======
51
-
*[Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
52
-
*[Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
53
-
*[APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
54
-
*[Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
55
-
*[Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
56
-
57
-
## Legacy APIs {/*legacy-apis*/}
58
-
59
-
*[Legacy APIs](/reference/react/legacy) - Exported from the `react` package, but not recommended for use in newly written code.
0 commit comments