Not using client-side scripting
That makes about as much sense as "not using server-side scripting." Personally, I have had great experiences building purely client-side rendered apps, with DB and other APIs exposed to the client via REST. I now consider HTML generation on the server (with separate rendering logic from the client) to be an antipattern -- done right, the same rendering logic should be usable on the client and server, and can prevent…
Re: Ask HN: What is the best alternative to Angular JavaScript framework?
#61You make me very sad.