filmov
tv
React Server Components vs SSR
Показать описание
What’s the difference, in React, between Server-Side Rendering and Server Components?
For a while, I had trouble identifying the difference between the two. It kept bothering me.
On the surface, both seem very similar. They both happen on the server. They’re both intended to render content faster.
However, the documentation for server components explains that these technologies serve different purposes and operate at different levels. The two concepts are independent. You can have Server-Side Rendering (or SSR) without Server Components and Server Components without SSR. (And, of course, you can have both or neither.)
So, how can we understand the difference between the two?
The day I understood the difference between the two was when I focused on what is _different_ in the two names, not what is similar. That might sound stupidly obvious, but trust me, it makes sense. Let me explain.
#reactjs #nextjs
----
For a while, I had trouble identifying the difference between the two. It kept bothering me.
On the surface, both seem very similar. They both happen on the server. They’re both intended to render content faster.
However, the documentation for server components explains that these technologies serve different purposes and operate at different levels. The two concepts are independent. You can have Server-Side Rendering (or SSR) without Server Components and Server Components without SSR. (And, of course, you can have both or neither.)
So, how can we understand the difference between the two?
The day I understood the difference between the two was when I focused on what is _different_ in the two names, not what is similar. That might sound stupidly obvious, but trust me, it makes sense. Let me explain.
#reactjs #nextjs
----
React Server Components vs SSR
React Server Components: A Comprehensive Breakdown
The Difference Between React Server Components (RSC) & Server Side Rendering (SSR)
React Server Components and SSR: How it Fits (Tejas Kumar)
React Server Components Change Everything
When & Where to Add “use client” in React / Next.js (Client Components vs Server Components)
Do you REALLY need SSR?
React Server Components vs Client Components
Server Components in React (Simple Tutorial)
⚛️ React SSR vs server components
React server components from scratch!
WTF Do These Even Mean
And Now You Understand React Server Components | Kent C. Dodds
SSG vs SSR Explained in 10 Minutes (For Beginners)
Reflecting on React Server Components
I Was Wrong About React Server Components...
DON'T Make This Mistake with Next.js Server Components (BAD performance!)
React Server Components Explained - Are They Better Than SSR?
What is CSR SSR SSG and ISR
Hydration Explained
10 Rendering Patterns for Web Apps
Are React client components bad?
Server Side Rendering vs Client Side Rendering
Evan Bacon – Fetch Once, Render Everywhere: React Server Components in Expo Router | App.js 2024
Комментарии