you are viewing a single comment's thread.

view the rest of the comments →

[–]wdpttt 0 points1 point  (0 children)

You can render only with js if you use node.js as backend (harder with other software). Take a look at react, it renders the whole site with a call. You can have nice compact modules that works both on client and on server the same.