What is React Server Component
Bunlong
React Patterns Team#
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.