DEV Community

Discussion on: How JavaScript came to dominate web development

Collapse
 
manishfoodtechs profile image
manish srivastava

Nice article. But I think something what makes js more fav for devs.

Js is easy. With npm you get almost of everything you want.
Progressive web app / lite apps are possible with service worker easily. This includes web push notifications .

Collapse
 
jasonnordheim profile image
Jason

thanks for the feedback!

Sure, NPM and PWAs are built using JavaScript, but for this article, I really wanted to focus on vanilla JavaScript, and how it made, and how it developed as the language we know today.

Maybe I'll do another one on PWAs or NPM ... #ideas