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/renderToPipeableStream.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,12 @@ Client-side এ, server-generated HTML কে ইন্টার্যাক
62
62
* **optional** `progressiveChunkSize`: একটি chunk এ byte এর সংখ্যা। [default heuristic সম্পর্কে আরো পড়ুন।](https://github.com/facebook/react/blob/14c2be8dac2d5482fda8a0906a31d239df8551fc/packages/react-server/src/ReactFizzServer.js#L210-L225)
63
63
64
64
65
-
#### Returns {/*returns*/}
65
+
#### রিটার্নস {/*returns*/}
66
66
67
-
`renderToPipeableStream`returns an object with two methods:
67
+
`renderToPipeableStream`দুইটি method ওয়ালা একটি object return করে:
68
68
69
-
* `pipe`outputs the HTML into the provided [Writable Node.js Stream.](https://nodejs.org/api/stream.html#writable-streams) Call `pipe` in `onShellReady` if you want to enable streaming, or in `onAllReady`for crawlers and static generation.
70
-
* `abort`lets you [abort server rendering](#aborting-server-rendering) and render the rest on the client.
69
+
* `pipe`প্রদত্ত [Writable Node.js Stream](https://nodejs.org/api/stream.html#writable-streams) এ HTML output করে। streaming enable করতে চাইলে `onShellReady` তে `pipe` কল করুন, অথবা crawler এবং static generation এর জন্য `onAllReady`তে কল করুন।
70
+
* `abort`আপনাকে [server rendering abort করতে](#aborting-server-rendering) এবং বাকিটা client এ render করতে দেয়।
0 commit comments