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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Developing Vanilla JavaScript/DOM PWAs, is this a marketable skill?

1 点作者 resume384大约 5 年前
Native web has continued to improve in feature and compatibility where one can make applications using Vanilla JavaScript direct DOM manipulation and the various native WebAPIs. Though it's a bit more verbose, doing so feels to me cognitively lighter than using common frameworks and development chains and feels more likely to be around years from now. I've come to enjoy and perhaps even prefer making progressive web apps this way. Are we to a place where primarily native web development makes sense?

1 comment

phillipseamore大约 5 年前
Everything&#x27;s plain vanilla for me. It&#x27;s a lot less code, way easier to manage and is a lot faster (as long as you know what you are doing). I work on rather niche products so there are a lot of components that need to be designed, engineered and built from scratch anyways (e.g. very few ready made modules&#x2F;components are an import away).<p>I&#x27;d hope that actually knowing core javascript, the DOM and APIs must make you a more valuable dev.