My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Modern JavaScript development workflow is screwed up. What can we do to make this right?

Carol Liwitz's photo
Carol Liwitz
·Dec 1, 2016

I was looking at the discussion elsewhere, and for the majority out there, the modern JS stack; does resemble the following in terms of packages:

  • React
  • Babel ES6 + JSX
  • Redux
  • Mocha
  • Webpack
  • React Router
  • lodash
  • Unlimited dependencies

But I guess that is because there is a big community out there working on these, and there are “easy-to-get-started” tutorials out there. I see at least a couple of people being proponents for using Vanilla JS; do you think people are swayed to the above solutions because there is a lack of beginner resources.

What can we do to make the VanillaJS way more easy so that more people can jump in this track of web development?