rsnext/test/e2e/app-dir/actions/app
Shu Ding 9fff7e321c
Finalize HOC support with server entries and add encodeReply & decodeReply (#47438)
Revert some code in #47379 and finalize HOC support. We should require
the HOC to return a "use server" function, so there's no need to compile
the function call specially now.

To make that wrapping logic work, we need to allow passing a server
reference to another server reference. This usually happens in the
function closure in the HOC case, but ideally it's also allowed to
directly pass it as an argument. This requires adding React server DOM's
`encodeReply` and `decodeReply` and other corresponding changes,
including adding `busboy` (can probably be vendored?) as we need to
parse the multipart body now.

fix NEXT-808 ([link](https://linear.app/vercel/issue/NEXT-808))
([link](https://linear.app/vercel/issue/NEXT-808))
2023-03-24 13:01:10 +01:00
..
client Implement server entry creation in client layer (#47127 2023-03-15 23:58:18 +01:00
header Finalize HOC support with server entries and add encodeReply & decodeReply (#47438) 2023-03-24 13:01:10 +01:00
server Support passing both closure arguments and parameters (#47212) 2023-03-16 19:11:13 -07:00
layout.js Add request callback in Flight client (#46650) 2023-03-01 20:28:01 +00:00
not-found.js Continue page rendering after handling server requests (#47089) 2023-03-13 21:07:44 -07:00