rsnext/packages
Jiachi Liu 17bd232cf2
Apply react-server transform and valication to middleware (#57448)
Apply `react-server` resolving and server components invalid APIs
checking to middleware. We want to limit the react usage in in
middleware as so far it's not aimed for rendering purpose.

Another invalid case could be: if you're doing react SSR with
`renderToString` in middleware it should be disallowed. Imaging it could
send the rendered html code to client and you display it in browser. But
it might require hydration so it can be broken.

This PR will only let you import `react-server` export condition
packages.
2023-10-26 01:22:50 +02:00
..
create-next-app v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
eslint-config-next v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
eslint-plugin-next v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
font v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
next Apply react-server transform and valication to middleware (#57448) 2023-10-26 01:22:50 +02:00
next-bundle-analyzer v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
next-codemod codemods: migrate viewport related metadata export to viewport export (#57436) 2023-10-25 16:02:14 -07:00
next-env v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
next-mdx v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
next-plugin-storybook v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
next-polyfill-module v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
next-polyfill-nomodule v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
next-swc Process Client -> RSC Server Actions as TS (#57454) 2023-10-26 01:13:31 +02:00
react-dev-overlay v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
react-refresh-utils v13.5.7-canary.27 2023-10-25 20:35:14 +00:00
third-parties v13.5.7-canary.27 2023-10-25 20:35:14 +00:00