Next.js 14 Tutorial - 47 - Server-side Rendering (SSR)

preview_player
Показать описание

📱 Follow Codevolution

Server-side Rendering (SSR)
Server Side Rendering in React
SSR
Рекомендации по теме
Комментарии
Автор

Thank you sooo much, videos 45 to 55 are actually EXACTLY what I was looking for with the schemas and explanations. This is absolute gold, keep up the great work ❤

vinception
Автор

best explanation regarding server sider rendering (SSR) hands down. Thank you!!!

roninspect
Автор

This explanation will help me for my defense next week

tabotcharlesbessong
Автор

Literally the best explanation and concept clearerence keep it up bro I am gonna learn whole next js framework from yoy🎉🎉❤

imagination
Автор

This was actually valuable knowledge. Thank you

jellyfish
Автор

hey mate when will you finish this course?

zooz
Автор

Hey vishwas, is it ok if i use Next.js like a React way without middleware, sc data fetching and route handlers?

imkirn
Автор

"drawbacks"? Hmmm, I would say "advantages" and less round trips. Unfortunately this isn't really true: the NextJS SSR stuff is not really SSR. NextJS is not able to separate CSR from SSR code correctly (even not for well-known /API functions like getServerSideProps()) and makes very poor decision, which in turn makes this kind of implementation absolutely useless for real world applications. E.g. why do returned props need to be serializable if the component gets SSR? Or why break 'import server-only' functions builds, even if they are used in the mentioned SSR-functions, only? IMHO the NextJS SSR stuff is a total mess and should be clearly avoided just because of this.

bla
Автор

can you please share the notes/slides sir?

PrabinManandhar-yl
Автор

Good explanation, but not a tutorial.

slickdandy