Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
philipwhiuk
1y ago
0 comments
Save
Share
"Server-side-rendering" confused me for ages because I figured it must be some new fancy tech instead of 'what PHP has done from the beginning'.
SSR isn't actually rendering anything of course.
0 comments
1 comments · 1 top-level
top
newest
oldest
tiagod
1y ago
In the context of React it makes sense, as traditionally it's a client-side rendering thing. Until recently, a redundant render would run in the client once the js is loaded anyway, but I believe it's possible to skip that now.
j
/
k
navigate · click thread line to collapse