Jul 21, 2017 · 1 min read
I think it also depends how your website or app is used. If its a blog client side js build doesn’t make any sense, if its a webstore client side rendering rarely makes sense except maybe with complex visual configurator (this I probably drop to Iframe ) tools.
Now if your app is a todo list, chat or anything which you want user to engage often then sure client side js all the way. Even with all the challenges it still has.
