We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow up to
?import
?t=...
?t=
<Tweet />
<TweetInfoCreatedAt />
vitePluginRscServer
ssr.optimizeDeps.include
optimizeDeps.entries
callServer
useFormState
useActionState
React.useActionState
useActionData
__webpack_chunk_load__
moduleLoading
name
(id)::(name)
RouteProps
RouteProps.request
ReactDom.useFormStatus
page.tsx
"use client"
registerClientReference
registerServerReference
createServerReference
encodeReply/decodeReply
encodeReply/decodeReply/decodeAction/decodeFormState
decodeAction
decodeAction/decodeFormState
decodeFormState
react-server-dom-webpack/client.browser
client-reference.js
lib
runtime
features
packages/react-server/src/plugin/index.ts
__callServer
__history
__devServer
__rscDevServer
packages/react-server/examples/basic
use client
rsc, react-server -> server
server -> ssr
The text was updated successfully, but these errors were encountered:
Closing as individual issues are created separately
Sorry, something went wrong.
No branches or pull requests
Follow up to
vite concerns
?import
query fix(react-server): fix?import
query dual package when client module is used at both boundary and non-boundary #315?t=...
fix(react-server): noramlize client reference with?t=
query (hmr timestamp) #316<Tweet />
server component has<TweetInfoCreatedAt />
client component fix(react-server): support external server component with client component inside? #207vitePluginRscServer
)maybe switch SSR and RSC where SSR lives in a separate dev server?ssr.optimizeDeps.include
?optimizeDeps.entries
#245react-server concerns
callServer
useFormState
,useActionState
React.useActionState
facebook/react#28491useActionData
) #255__webpack_chunk_load__
?moduleLoading
?framework concerns
name
part of(id)::(name)
RouteProps
RouteProps.request
#189ReactDom.useFormStatus
#225page.tsx
with"use client"
) feat(react-server): serializable route props #262registerClientReference
refactor(react-server): use officialregisterClientReference
#285registerServerReference
createServerReference
refactor(react-server): use officialcreateServerReference
#283encodeReply/decodeReply
refactor(react-server): use officialencodeReply/decodeReply/decodeAction/decodeFormState
+ feat: supportuseActionState
#282decodeAction
refactor(react-server): use officialdecodeAction/decodeFormState
#284decodeFormState
chore
react-server-dom-webpack/client.browser
,client-reference.js
: these two should be always includedlib
,runtime
,features
convention?packages/react-server/src/plugin/index.ts
__callServer
,__history
,__devServer
,__rscDevServer
, etc...packages/react-server/examples/basic
run-able outside of this monorepouse client
#221rsc, react-server -> server
andserver -> ssr
The text was updated successfully, but these errors were encountered: