Skip to content

Commit

Permalink
Update renderToStaticMarkup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nafistiham authored Dec 12, 2023
1 parent 2f1c54d commit c6b1ca4
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,9 @@ const html = renderToStaticMarkup(<Page />);

#### প্যারামিটার {/*parameters*/}

<<<<<<< HEAD
* `reactNode`: একটা React নোড যা আপনি HTML এ রেন্ডার করতে চান। উদাহরণস্বরূপ, `<Page />` এর মত একটি JSX নোড।
=======
* `reactNode`: A React node you want to render to HTML. For example, a JSX node like `<Page />`.
* **optional** `options`: An object for server render.
* **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.
>>>>>>> af54fc873819892f6050340df236f33a18ba5fb8
* **optional** `options`: সার্ভার রেন্ডারের জন্য একটি অবজেক্ট।
* **optional** `identifierPrefix`: [`useId`](/reference/react/useId) দিয়ে বানানো ID এর জন্য React যে স্ট্রিং প্রিফিক্স ব্যবহার করে। একই পেইজে একাধিক রুট ব্যবহার করলে কনফ্লিক্ট এড়াতে এটা কাজে লাগে।

#### রিটার্ন {/*returns*/}

Expand Down

0 comments on commit c6b1ca4

Please sign in to comment.