DEV Community

Discussion on: Fresh: The Next-Gen JavaScript Web Framework

Collapse
 
harshhhdev profile image
Harsh Singh

I personally think that if every page is server-side rendered, it's not a good idea in the long-term.

Thread Thread
 
morzaram0 profile image
Chris King

How does server side rendering prevent scalability? What difference is it to return json as compared to spitting out an HTML page?

Thread Thread
 
harshhhdev profile image
Harsh Singh

Universal server side rendering is almost always a bad idea. I suggest you give this article a read: hyperbeam.com/blog/universal-rende...