React Server Component

What matters to user is the final HTML, not the intermediate data structure.

But often we need the data to pass through component to render the React elements, which will then be translated to HTML elements.

What if the rendering happens on Server, and the output React elements is sent over the wire?

That’s React Server Component.

Thanks for reading!

Love what you're reading? Sign up for my newsletter and stay up-to-date with my latest contents and projects.

    I won't send you spam or use it for other purposes.

    Unsubscribe at any time.