You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/reference/react-dom/server/renderToStaticMarkup.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,9 @@ const html = renderToStaticMarkup(<Page />);
34
34
35
35
#### প্যারামিটার {/*parameters*/}
36
36
37
-
<<<<<<< HEAD
38
37
*`reactNode`: একটা React নোড যা আপনি HTML এ রেন্ডার করতে চান। উদাহরণস্বরূপ, `<Page />` এর মত একটি JSX নোড।
39
-
=======
40
-
*`reactNode`: A React node you want to render to HTML. For example, a JSX node like `<Page />`.
41
-
***optional**`options`: An object for server render.
42
-
***optional**`identifierPrefix`: A string prefix React uses for IDs generated by [`useId`.](/reference/react/useId) Useful to avoid conflicts when using multiple roots on the same page.
43
-
>>>>>>> af54fc873819892f6050340df236f33a18ba5fb8
38
+
***optional**`options`: সার্ভার রেন্ডারের জন্য একটি অবজেক্ট।
39
+
***optional**`identifierPrefix`: [`useId`](/reference/react/useId) দিয়ে বানানো ID এর জন্য React যে স্ট্রিং প্রিফিক্স ব্যবহার করে। একই পেইজে একাধিক রুট ব্যবহার করলে কনফ্লিক্ট এড়াতে এটা কাজে লাগে।
0 commit comments