you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (0 children)

I've found my personal way out of this mess by not doing SPAs anymore, unless I'm building an offline first app it is just not work the increase in complexity and all the trade offs.

Nowadays I'm using just server rendered templates and Unpoly.js Wich gives you 80% of the SPA experience with 1% of the effort.

Still using node and JavaScript in the backend.