Hacker News new | ask | show | jobs
by jcutrell 971 days ago
Sinatra, flask, or Laravel. Something that gives me a direct control over routes and allows me to opt-in to magic when I want or need it. Dynamic language.

Depending on the frontend need, I might go with straight server rendering static pages. So often the big stack of rendering contexts and HOCs and blah blah blah just gets in the way. Rendering a view shouldn’t be difficult, and progressive enhancement is easier starting from strict HTML + well structured CSS.

I love React, I’d be happy to try Svelte… my fear in not doing that would be “when we eventually need it, it’s difficult to opt in progressively” (which is terrible).