Skip to content

Commit a1dec4c

Browse files
committed
Refactor React reference documentation
1 parent dd4a19d commit a1dec4c

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

src/content/reference/react/index.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: এক নজরে React Reference
33
---
44

55
<Intro>
6-
<<<<<<< HEAD
76
এই অংশে React নিয়ে কাজ করার জন্য বিস্তারিত রেফারেন্স ডকুমেন্টেশন রয়েছে।
87
React এর সাথে পরিচিত হবার জন্য [Learn](/learn) অংশ দেখুন।
98
</Intro>
@@ -16,29 +15,11 @@ Programmatic React ফিচারঃ
1615
* [Components](/reference/react/components) - যেসব বিল্ট-ইন কম্পোনেন্ট আপনার JSX এ ব্যবহার করতে পারেন।
1716
* [APIs](/reference/react/apis) - কম্পোনেন্ট ডিফাইন করার জন্য কার্যকরী API।
1817
* [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
3618

3719
## React DOM {/*react-dom*/}
3820

3921
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:
4022

41-
<<<<<<< HEAD
4223
* [Hooks](/reference/react-dom/hooks) - ওয়েব এপ্লিকেশনের জন্য hooks যা ব্রাউজারের DOM এনভায়রনমেন্টে চলে।
4324
* [Components](/reference/react-dom/components) - React ব্রাউজারের সকল বিল্ট-ইন HTML এবং SVG কম্পোনেন্ট সাপোর্ট করে।
4425
* [APIs](/reference/react-dom) - `react-dom` প্যাকেজে সেই সব মেথড রয়েছে যার শুধু মাত্র ওয়েব এপ্লিকেশনে সাপোর্ট আছে।
@@ -47,14 +28,3 @@ React-dom contains features that are only supported for web applications (which
4728

4829
## Legacy APIs {/*legacy-apis*/}
4930
* [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.
60-
>>>>>>> 943e3ce4e52be56bcd75b679448847302f557da1

0 commit comments

Comments
 (0)