Hacker News new | ask | show | jobs
by cryptica 2275 days ago
If you use VueJS without a compiler or bundler during development (and yes, this means no TypeScript), you can achieve an amazingly productive development experience. If you can resist all the tools which try to bait you into adding a bundling step, you won't regret it.

It takes a lot of effort to figure out how to use VueJS without the bundling step and it can feel constraining initially, but the simplicity pays off in the long term.

I'm quite annoyed though that VueJS team has been moving towards TypeScript and bundling. Am I the only person who thinks that front end work is too simple to need type safety?

Front end programming is like riding a bike, after a while, you don't need the training wheels anymore; they just slow you down and deprive you of real enjoyment.

Also, there is a joke my colleagues used to say about front end:

"Front end work is like building a house of cards. If it collapses, no one gets hurt. On the other hand, back end work is like building a house out of wine glasses..."

1 comments

Can't say I agree. The relative cost of bundling is minimal. I don't really think about my setup at all -- it's such a minute part of my daily workflow.

Anyways, your disdain for front-end development will probably preclude a lot of people from taking your stance seriously.

If you had actually tried it properly, you would not disagree, it's really that self-evident.
If your goal here is just to gloat about how "everyone else is doing it wrong" then I don't think this is a productive conversation. I was doing web development before bundlers were a thing and I do not miss those days.