TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best simple web framework without “magic”?

1 pointsby imnotreallynewover 2 years ago
I’ve become very disinterested in all of these web frameworks where there is so, so much underlying code tucked away in a node_modules directory or some equivalent even for the simplest of apps.<p>I’m not particularly interested in going back to raw HTML&#x2F;JS&#x2F;CSS, so hoping to find a halfway point.<p>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”?

1 comment

logicalmonsterover 2 years ago
Personally, I think Mithril.js is the framework that is easiest to &quot;fully understand&quot; due to the small and logical API. There&#x27;s no magic or complicated stuff going on if you know JS. The problem with Mithril is that it&#x27;s not as widely used, so there&#x27;s not as many resources and a large ecosystem around it.<p>Svelte.js sort of gives me the same feeling. There&#x27;s more &quot;magic&quot; in Svelte, but at least its mostly hidden in the compilation step and you&#x27;re mostly operating in normal HTML&#x2F;CSS&#x2F;JS.