React Server Components (RSC)

๐Ÿงถ Tags:: #Python_Basics
Up:: Routing
Down:: Introduction to Next.js
๐Ÿ—ƒ Resources:: Playlist
2024-03-03 - 21:32

React Server Component is a new architecture introduced by the React team in version 18 which was quickly embraced by Next.js.
The architecture introduces a new way of creating React components, splitting them into two types:

React Server Components Contd.

Server Components

Client Components