Skip to content

Commit 19c2e5f

Browse files
authored
Clarify status of Suspense-enabled data fetching
Updated the text to provide clarity on Suspense-enabled data fetching support.
1 parent ad86dd5 commit 19c2e5f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,7 @@ Streaming এর React নিজে browser এ load হওয়ার জন
294294
295295
উপরের `Posts` component এ আপনি ঠিক কিভাবে data load করবেন তা আপনার framework এর উপর নির্ভর করে। যদি আপনি একটি Suspense-enabled framework ব্যবহার করেন, তাহলে আপনি তার data fetching documentation এ বিস্তারিত তথ্য পাবেন।
296296
297-
<<<<<<< HEAD
298297
Opinionated framework ব্যবহার ছাড়া Suspense-enabled ডাটা ফেচিং এখনো সাপোর্টেড না। Suspense-enabled ডাটা সোর্স implement করার requirement গুলো unstable এবং undocumented। Suspense এর সাথে ডাটা সোর্স integrate করার জন্য একটি official API রিয়েক্টের ভবিষ্যৎ ভার্সনে রিলিজ হবে।
299-
=======
300-
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.
301-
>>>>>>> abe931a8cb3aee3e8b15ef7e187214789164162a
302298
303299
</Note>
304300

0 commit comments

Comments
 (0)