File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/content/reference/react Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Programmatic React ফিচারঃ
20
20
React-dom contains features that are only supported for web applications
21
21
(which run in the browser DOM environment). This section is broken into the following:
22
22
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 এ রেন্ডারের সুযোগ দেয়।
28
28
29
29
## 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 প্যাকেজ থেকে এক্সপোর্ট করা হয়েছে এমন, কিন্তু নতুন কোডে ব্যবহারে নিরুৎসাহিত করা হবে।
You can’t perform that action at this time.
0 commit comments