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
React tree : with server component and client reference.
here client component should exist as client reference
via bundler/framework specific mechanism.
||
||
[react-server-dom-webpack/server] (aka flight server)
||
\/
Flight stream : with client reference.
here server component is evaluated away by flight server
||
||
[react-server-dom-webpack/client] (aka flight client)
||
\/
React tree : with client component.
here client references are replaced with actual comopnent by flight client
via bundler/framework specific mechanism.
|| \\
|| \\
[react-dom/client] (mount, hydration) [react-dom/server] (ssr, aka fizz)
|| ||
\/ \/
dom element html string/stream
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
basic steps of rendering
cf. reactwg/server-components#4
Beta Was this translation helpful? Give feedback.
All reactions