I think the next major change will be unified hybrid rendering. Render the initial view via SSR for speed, framework automatically injects more and more of the page transparently as user-driven events happen. All of this will be transparent and you only write the app once.
Server-side rendering is a better choice for many applications (2020)
11–20 of 286 posts
Re: Server-side rendering is a better choice for many applications (2020)
#12I hope by app you mean "webapp", because I sure don't want all my apps becoming websites. That's how Electron becomes more prevalent.
Also, great to see a shout-out to D :)
Re: Server-side rendering is a better choice for many applications (2020)
#13Money has never existed without taxation
Re: Server-side rendering is a better choice for many applications (2020)
#14Re: Server-side rendering is a better choice for many applications (2020)
#15I think the next major change will be unified hybrid rendering. Render the initial view via SSR for speed, framework automatically injects more and more of the page transparently as user-driven events happen. All of this will be transparent and you only write the app once.
So, I was trying to do this literally a decade ago (as in, I remember it being 2013 when I started trying to make an angularjs site work this way). I haven't been doing front-end or "full stack" for awhile, so I'm a bit out of the loop. Why has this seemingly failed to progress in the last decade?
Re: Server-side rendering is a better choice for many applications (2020)
#16More honest, or less clickbaity would be: "is my thiel truth"
Even better would be to use normal words rather than expecting people to know what "thiel truth" means.
Re: Server-side rendering is a better choice for many applications (2020)
#17Isn't "Thiel Truth" just a euphemism for a strongly-held opinion? Not sure why this banal concept has to be attributed to some venture capitalist. Seems like clickbait. That aside, just use whatever fits best for the task at hand. If server-side rendering works better for you, use that. If client-side rendering is preferable, do that instead. Or a mix of the two. No need to be dogmatic about it.
It’s a strongly held opinion that you think most people would disagree with you on. A contrarian belief, not just an opinion.
Re: Server-side rendering is a better choice for many applications (2020)
#18I think the next major change will be unified hybrid rendering. Render the initial view via SSR for speed, framework automatically injects more and more of the page transparently as user-driven events happen. All of this will be transparent and you only write the app once.
Re: Server-side rendering is a better choice for many applications (2020)
#19Re: Server-side rendering is a better choice for many applications (2020)
#20I think the next major change will be unified hybrid rendering. Render the initial view via SSR for speed, framework automatically injects more and more of the page transparently as user-driven events happen. All of this will be transparent and you only write the app once.
So, I was trying to do this literally a decade ago (as in, I remember it being 2013 when I started trying to make an angularjs site work this way). I haven't been doing front-end or "full stack" for awhile, so I'm a bit out of the loop. Why has this seemingly failed to progress in the last decade?