Hacker News new | ask | show | jobs
by paulddraper 1800 days ago
You either

* write stateful UIs (native, jQuery)

* have a Virtual DOM (React, Vue)

* use a template language that is JIT or AOT compiled (Angular, Svelte)

Those are your choices.

2 comments

I swear React has rotted the brains of a generation of web developers. We've been keeping state out of the DOM with POJsOs before there even were popular frameworks.
If only there was a reactive handlebar
https://ractive.js.org/ ?

(A predecessor to Svelte)

Ember