1 post tagged with "server"

View All Tags

What is React Server Component

Bunlong

Bunlong

React Patterns Team

What is React Server Component?

What is React Server Component?#

React Server Component (CSR) is a new component in React.

Recently, All components in React are client-side component (MyComponent.js) but now you can create them as server-side component by just adding .server (MyComponent.server.js).

Anyway client-size component and server-size component work together very well.