Mastery Points
0
React Server Components in react
Context & Logic
React Server Components (RSC) render on the server, sending zero JavaScript to the client. They improve performance by moving data-fetching close to the database and reducing client-side bundle size.