Skip to content

Commit

Permalink
Update React reference documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfiqrony committed Dec 6, 2023
1 parent 9f2e0ba commit 0d65b96
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/content/reference/react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: এক নজরে React Reference
---

<Intro>
<<<<<<< HEAD
এই অংশে React নিয়ে কাজ করার জন্য বিস্তারিত রেফারেন্স ডকুমেন্টেশন রয়েছে।
React এর সাথে পরিচিত হবার জন্য [Learn](/learn) অংশ দেখুন।
</Intro>
Expand All @@ -16,29 +15,11 @@ Programmatic React ফিচারঃ
* [Components](/reference/react/components) - যেসব বিল্ট-ইন কম্পোনেন্ট আপনার JSX এ ব্যবহার করতে পারেন।
* [APIs](/reference/react/apis) - কম্পোনেন্ট ডিফাইন করার জন্য কার্যকরী API।
* [Directives](/reference/react/directives) - সার্ভার কম্পোনেন্টের সাথে যেসব bundlers ব্যবহারোপযোগী তাদের কার্যপ্রণালী।
=======

This section provides detailed reference documentation for working with React. For an introduction to React, please visit the [Learn](/learn) section.

</Intro>

Our The React reference documentation is broken down into functional subsections:

## React {/*react*/}

Programmatic React features:

* [Hooks](/reference/react/hooks) - Use different React features from your components.
* [Components](/reference/react/components) - Documents built-in components that you can use in your JSX.
* [APIs](/reference/react/apis) - APIs that are useful for defining components.
* [Directives](/reference/react/directives) - Provide instructions to bundlers compatible with React Server Components.
>>>>>>> fcd00068bd1bdd4eb37e3e0ab0488a9d093670bc

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

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:

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

## Legacy APIs {/*legacy-apis*/}
* [Legacy APIs](/reference/react/legacy) - React প্যাকেজ থেকে এক্সপোর্ট করা হয়েছে এমন, কিন্তু নতুন কোডে ব্যবহারে নিরুৎসাহিত করা হবে।
=======
* [Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
* [Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
* [APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
* [Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
* [Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.

## Legacy APIs {/*legacy-apis*/}

* [Legacy APIs](/reference/react/legacy) - Exported from the `react` package, but not recommended for use in newly written code.
>>>>>>> fcd00068bd1bdd4eb37e3e0ab0488a9d093670bc

0 comments on commit 0d65b96

Please sign in to comment.