Next.js7 min read
Next.js Server Components Explained
Understand React Server Components in Next.js: what runs on the server versus the client, how they reduce bundle size, and how to combine them with Client Co...
Priya Sharma
2 articles tagged with rendering.
Understand React Server Components in Next.js: what runs on the server versus the client, how they reduce bundle size, and how to combine them with Client Co...
Practical techniques for optimizing React app performance, including memoization, code splitting, list virtualization, and how to profile renders correctly.