Skip to content

Commit 2c66431

Browse files
committed
translate note in steaming content as it loads
1 parent 16c864d commit 2c66431

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/content/reference/react-dom/server/renderToPipeableStream.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -284,17 +284,17 @@ Streaming এর React নিজে browser এ load হওয়ার জন
284284
285285
<Note>
286286
287-
**Only Suspense-enabled data sources will activate the Suspense component.** They include:
287+
**শুধুমাত্র Suspense-enabled ডাটা সোর্সগুলো Suspense component কে activate করবে।** এগুলোর মধ্যে রয়েছে:
288288
289-
- Data fetching with Suspense-enabled frameworks like [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) and [Next.js](https://nextjs.org/docs/getting-started/react-essentials)
290-
- Lazy-loading component code with [`lazy`](/reference/react/lazy)
291-
- Reading the value of a Promise with [`use`](/reference/react/use)
289+
- [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) এবং [Next.js](https://nextjs.org/docs/getting-started/react-essentials) এর মতো Suspense-enabled ফ্রেমওয়ার্ক দিয়ে ডাটা ফেচিং
290+
- [`lazy`](/reference/react/lazy) দিয়ে কম্পোনেন্ট কোড lazy-load করা
291+
- [`use`](/reference/react/use) দিয়ে Promise এর value read করা
292292
293-
Suspense **does not** detect when data is fetched inside an Effect or event handler.
293+
যদি ডাটা একটি Effect অথবা event handler এর ভিতরে fetch করা হয় তবে Suspense তা **ডিটেক্ট করবে না**।
294294
295-
The exact way you would load data in the `Posts` component above depends on your framework. If you use a Suspense-enabled framework, you'll find the details in its data fetching documentation.
295+
উপরের `Posts` component এ আপনি ঠিক কিভাবে data load করবেন তা আপনার framework এর উপর নির্ভর করে। যদি আপনি একটি Suspense-enabled framework ব্যবহার করেন, তাহলে আপনি তার data fetching documentation এ বিস্তারিত তথ্য পাবেন।
296296
297-
Suspense-enabled data fetching without the use of an opinionated framework is not yet supported. The requirements for implementing a Suspense-enabled data source are unstable and undocumented. An official API for integrating data sources with Suspense will be released in a future version of React.
297+
Opinionated framework ব্যবহার ছাড়া Suspense-enabled ডাটা ফেচিং এখনো সাপোর্টেড না। Suspense-enabled ডাটা সোর্স implement করার requirement গুলো unstable এবং undocumented। Suspense এর সাথে ডাটা সোর্স integrate করার জন্য একটি official API রিয়েক্টের ভবিষ্যৎ ভার্সনে রিলিজ হবে।
298298
299299
</Note>
300300

0 commit comments

Comments
 (0)