Live data from Hacker News

Vue.js 3

github.com

1–10 of 308 posts

Re: Vue.js 3

#4
I am impressed how they redesigned both internal architecture and a public API while keeping the users happy. Many well written projects fall into the trap of being a great fit for the contemporary practices but become less relevant over time as the ecosystem changes. Well done, Vue!

Re: Vue.js 3

#5
I don't really understand the composition API. Doesn't passing values by reference which can be modified anywhere downward the tree make your app difficult to reason and debug it?

Re: Vue.js 3

#6
> Vue 3 has demonstrated significant performance improvements over Vue 2 in terms of bundle size (up to 41% lighter with tree-shaking), initial render (up to 55% faster), updates (up to 133% faster), and memory usage (up to 120% less).

What does 120% less memory usage mean, really?

Re: Vue.js 3

#7
post #6

> Vue 3 has demonstrated significant performance improvements over Vue 2 in terms of bundle size (up to 41% lighter with tree-shaking), initial render (up to 55% faster), updates (up to 133% faster), and memory usage (up to 120% less). What does 120% less memory usage mean, really?

Means writer isn't mathematically literate?

Re: Vue.js 3

#8
post #7
post #6

> Vue 3 has demonstrated significant performance improvements over Vue 2 in terms of bundle size (up to 41% lighter with tree-shaking), initial render (up to 55% faster), updates (up to 133% faster), and memory usage (up to 120% less). What does 120% less memory usage mean, really?

Means writer isn't mathematically literate?

120% less mathematically literate than the last writer.

Re: Vue.js 3

#9
post #6

> Vue 3 has demonstrated significant performance improvements over Vue 2 in terms of bundle size (up to 41% lighter with tree-shaking), initial render (up to 55% faster), updates (up to 133% faster), and memory usage (up to 120% less). What does 120% less memory usage mean, really?

It doesn't need memory anymore. Writes raw to spinning disk. 2% faster -50% of the time

Re: Vue.js 3

#10
post #2

Live release announcement with Evan You going on right now: https://www.youtube.com/watch?v=Vp5ANvd88x0

I didn't expect him to say "Enjoy the Vue" ha.
Post reply on HN