Earlier quoted context omitted.
Once you do it once, its done. Also, tons of scaffolds out there to choose from / tweak. This sort of flexibility is a good thing.
Eh. JS is a very useful language but something has to get us out of this explosion of tools eventually. For the last couple of projects I've worked on, I've had to choose: - The scaffold - The build tool - The actually-good language variant that compiles to JS that a browser can run - The tool that makes the build tool work with the scaffold - The tool that makes the build tool work with the language variant And by t…
If you don't like the complexity all that tooling and boilerplate adds to your project, why not just write your application in vanilla CSS, HTML and JavaScript? It still works fine.
Most of the time I'd much rather work with imperfect but standard tools than waste time learning the "hot new stuff" and constantly fix what flighty other developers break or abandon. Framework churn is a symptom of invented problems that don't need solving.