I’m not particularly interested in going back to raw HTML/JS/CSS, so hoping to find a halfway point.
Some of my early searches have led to frameworks like Mithril.js, which seem to be relatively simple. Does anyone have any other suggestions for someone who prefers simplicity over “magic”?
Svelte.js sort of gives me the same feeling. There's more "magic" in Svelte, but at least its mostly hidden in the compilation step and you're mostly operating in normal HTML/CSS/JS.