Skip to content

Commit f5989df

Browse files
authored
Update index.md for conflict resoultion
1 parent 1b6f68f commit f5989df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/reference/react/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Programmatic React ফিচারঃ
2020
React-dom contains features that are only supported for web applications
2121
(which run in the browser DOM environment). This section is broken into the following:
2222

23-
* [Hooks](/reference/react-dom/hooks) - Hooks for web applications which run in the browser DOM environment.
24-
* [Components](/reference/react-dom/components) - React supports all of the browser built-in HTML and SVG components.
25-
* [APIs](/reference/react-dom) - The `react-dom` package contains methods supported only in web applications.
26-
* [Client APIs](/reference/react-dom/client) - The `react-dom/client` APIs let you render React components on the client (in the browser).
27-
* [Server APIs](/reference/react-dom/server) - The `react-dom/server` APIs let you render React components to HTML on the server.
23+
* [Hooks](/reference/react-dom/hooks) - ওয়েব এপ্লিকেশনের জন্য hooks যা ব্রাউজারের DOM এনভায়রনমেন্টে চলে।
24+
* [Components](/reference/react-dom/components) - React ব্রাউজারের সকল বিল্ট-ইন HTML এবং SVG কম্পোনেন্ট সাপোর্ট করে।
25+
* [APIs](/reference/react-dom) - `react-dom` প্যাকেজে সেই সব মেথড রয়েছে যার শুধু মাত্র ওয়েব এপ্লিকেশনে সাপোর্ট আছে।
26+
* [Client APIs](/reference/react-dom/client) - `react-dom/client` API গুলো আপনাকে ক্লায়েন্টে (ব্রাউজারে) React কম্পোনেন্ট রেন্ডার করার সুযোগ দেয়।
27+
* [Server APIs](/reference/react-dom/server) - `react-dom/server` API গুলো আপনাকে সার্ভারে React কম্পোনেন্ট থেকে HTML এ রেন্ডারের সুযোগ দেয়।
2828

2929
## Legacy APIs {/*legacy-apis*/}
30-
* [Legacy APIs](/reference/react/legacy) - Exported from the react package, but not recommended for use in newly written code.
30+
* [Legacy APIs](/reference/react/legacy) - React প্যাকেজ থেকে এক্সপোর্ট করা হয়েছে এমন, কিন্তু নতুন কোডে ব্যবহারে নিরুৎসাহিত করা হবে।

0 commit comments

Comments
 (0)