React Server Components Roadmap for Next.js #31263
Replies: 6 comments 4 replies
-
Will RSC support SSG 👀 |
Beta Was this translation helpful? Give feedback.
-
Will middleware work with server components? (Or perhaps it already does?) |
Beta Was this translation helpful? Give feedback.
-
Will hook useContext work with Server Components in the future? |
Beta Was this translation helpful? Give feedback.
-
Also, will Server Components work with Preact or will it work exclusively with React? |
Beta Was this translation helpful? Give feedback.
-
I'd love to be able to use a css-in-js library like styled components. I didn't open a feature request because it seems like there's plenty to do before that becomes a priority, like basic CSS Module support for example. I cant exactly picture how this would work, I'm having trouble wrapping my head around how context would be handled between server and client components. |
Beta Was this translation helpful? Give feedback.
-
When beta is expected to arrive? |
Beta Was this translation helpful? Give feedback.
-
Edit: As of Next.js 13, Server Components are available to try out in the
app
directory (beta): https://nextjs.org/13Beta Was this translation helpful? Give feedback.
All reactions