Logo
Explore Help
Sign In
OSSForks/react
1
0
Fork 0
You've already forked react
mirror of https://github.com/zebrajr/react.git synced 2026-01-15 12:15:22 +00:00
Code Issues Actions 6 Packages Projects Releases Wiki Activity
Files
main
react/packages/react-server-dom-unbundled/static.node.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
303 B
JavaScript
Raw Permalink Normal View History

[Flight] Implement prerender (#30686) Prerendering in flight is similar to prerendering in Fizz. Instead of receiving a result (the stream) immediately a promise is returned which resolves to the stream when the prerender is complete. The promise will reject if the flight render fatally errors otherwise it will resolve when the render is completed or is aborted.
2024-08-15 14:28:28 -07:00
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
[Flight] Add Web Streams APIs to unbundled Node entries for Webpack (#33480)
2025-06-07 23:39:25 +02:00
export {
Ship partial-prerendering APIs to Canary (#34633)
2025-10-01 18:22:30 +02:00
prerender,
prerenderToNodeStream,
[Flight] Move `react-server-dom-webpack/*.unbundled` to private `react-server-dom-unbundled` (#35290) Co-authored-by: Hendrik Liebau <mail@hendrik-liebau.de>
2025-12-05 03:59:21 +01:00
} from './src/server/react-flight-dom-server.node';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 1224ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API