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
The React team is working hard to introduce some new features. One of them is React Server Components, which, when combined with SSG (Static Site Generation), can effectively reduce bundle size. Additionally, the built-in document meta support can replace react-helmet in future.
It's great! I'd love to support React Server Components.
My first reaction was that I wasn't sure if this would work well with my upstream dependency react-router, but I think we can definitely work something out.
Built-in document meta is great, I'll follow up first.
Haha, of course! However, I'm not very familiar with React Server Components right now. Let's wait for the official release and stabilization first. If you have any other questions, feel free to reach out to me.
The React team is working hard to introduce some new features. One of them is React Server Components, which, when combined with SSG (Static Site Generation), can effectively reduce bundle size. Additionally, the built-in document meta support can replace react-helmet in future.
https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023
The text was updated successfully, but these errors were encountered: