From 0d65b962794abcb9e06c3fdf4aaf11719806ea6b Mon Sep 17 00:00:00 2001 From: moshfiqrony Date: Wed, 6 Dec 2023 17:40:24 +0200 Subject: [PATCH] Update React reference documentation --- src/content/reference/react/index.md | 30 ---------------------------- 1 file changed, 30 deletions(-) diff --git a/src/content/reference/react/index.md b/src/content/reference/react/index.md index d8a925eab..688a722d5 100644 --- a/src/content/reference/react/index.md +++ b/src/content/reference/react/index.md @@ -3,7 +3,6 @@ title: এক নজরে React Reference --- -<<<<<<< HEAD এই অংশে React নিয়ে কাজ করার জন্য বিস্তারিত রেফারেন্স ডকুমেন্টেশন রয়েছে। React এর সাথে পরিচিত হবার জন্য [Learn](/learn) অংশ দেখুন। @@ -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. - - - -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` প্যাকেজে সেই সব মেথড রয়েছে যার শুধু মাত্র ওয়েব এপ্লিকেশনে সাপোর্ট আছে। @@ -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