Skip to content
New issue

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

Support React Server Components #1

Open
childrentime opened this issue Aug 7, 2023 · 2 comments
Open

Support React Server Components #1

childrentime opened this issue Aug 7, 2023 · 2 comments

Comments

@childrentime
Copy link
Collaborator

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

@Daydreamer-riri
Copy link
Owner

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.

Would you like to help me improve this project?

@childrentime
Copy link
Collaborator Author

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.

facebook/react#27033 The recent changes are quite often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants