Hacker News new | ask | show | jobs
by maxfurman 1682 days ago
The "early in its lifecycle" part is the source of GP's worry. esbuild _seems_ great now, but based on the history of JS tooling, who knows what will happen in a year or two. Look at the recent example of the JS community's multi-year embrace and then rejection of Webpack. I would be nervous about migrating too.
1 comments

I share a similar fear (generally speaking), but in this particular case I think the risk is worth it because the cost of setup is next to zero and the speed of the thing is unreal. If something catastrophic happens with the project years down the road, at most I'll have spent a few hours getting it wired up (worth it considering the positive impact it's had on my productivity).

It's not the usual JS personality screaming "wEbPaCk iS dEaD!!!lol" it's clear the author is thoughtful (observable via the project itself, the docs, and how he interacts with people in Github comments).

Restored my faith quite a bit.

Plus if the author is keeping to go versioning standards they'll probably also keep to go compatibility aesthetics which bodes well for the future.

It's still a risk, but in this case one I suspect I'll also take next time I need to add a build step to a JS project.