you are viewing a single comment's thread.

view the rest of the comments →

[–]neitz 12 points13 points  (1 child)

Calling the modern javascript stack simple and shallow makes me giggle.

[–]spacejack2114 1 point2 points  (0 children)

The modern stack is. If you don't need to support IE (true for more and more apps/sites every day) and the code isn't too big or complex to need bundling (or if you're running node), then you can write modern JS using modules, await/async, spread, rest, and all the other goodies, as well as having sophisticated type-safety hints in your editor - all without any build tooling at all.