TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the best framework for someone who doesn't know JavaScript?

3 点作者 gorenb将近 2 年前
What's a good front-end framework for someone fluent in Python yet who knows nothing about JavaScript? I don't really know what to choose here.

4 条评论

ale_jacques将近 2 年前
If you don&#x27;t want to learn JS but want to build something that feels like an SPA, you could try something like <a href="https:&#x2F;&#x2F;htmx.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;htmx.org</a> or <a href="https:&#x2F;&#x2F;unpoly.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;unpoly.com</a>.<p>If learning JS is your goal, maybe Svelte as tamimio mentioned.<p>I&#x27;m a fan of <a href="https:&#x2F;&#x2F;unpoly.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;unpoly.com</a>.
GianFabien将近 2 年前
I have been programming mostly in Python for several years. Modern JS has classes, async, await, etc - it has a lot in common with Python semantically. Of course, the syntax is different, but I got over that speed hump quickly.<p>Many years ago I did try CoffeeScript, but I found that debugging still requried JS coding, so I gave up on it. Perhaps it is a better option these days.
tamimio将近 2 年前
Learn svelte, the closest to vanilla, fast performance, you get sveltekit too.
dylanhassinger将近 2 年前
Next.js