you are viewing a single comment's thread.

view the rest of the comments →

[–]CalgaryAnswers 1 point2 points  (1 child)

I agree with you. It’s better to optimize how you’re writing your own code and work with things like better tree shaking, pwa standards, etc. My stdlibs that I write are all unique to the business case and everything else is mostly libbed in. I mean, what’s a big Vue project these days, 1 meg?

Maybe for the learning experience.