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: Developing Vanilla JavaScript/DOM PWAs, is this a marketable skill?

1 pointsby resume384about 5 years ago
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

phillipseamoreabout 5 years ago
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.