Original talk “Seeking the Balance in Framework Design” by Evan You creator of Vue.js at JSConf.Asia 2019 in Singapore. Find it at
Original talk “Seeking the Balance in Framework Design” by Evan You creator of Vue.js at JSConf.Asia 2019 in Singapore. Find it at
React: why don't you provide me keys and I will optimise this for you.. 😊
Nuxt 3 is great
Vue (budget react) monkey patching in features already invented by other libraries. If you want performance use solid or qwik. If you want full vdom capabilities use react. End of story
Why does he say recursively? Isn’t it iteratively that you progress through the DOM?
Promo sm
I think you meant iterative not recursion.
Isn't this just the concept of a pure component?
P class NP complete process point.
Or don't write JavaScript and avoid all JavaScript problems 🙂
so many classes
So basically what is Svelte is doing from the start
Someone simplify this for me please
Vue is the king ! Evan is the techlead!
Nice. Where can I found the full video ? Thanks
Very difficult to debug a vite/vue /typescript program in the browser. Source maps are not accurate.
Isn't it just creating a hash table of the "virtual dom" to have instant lookup and replace?
or you add an unique key to each p tag.
similar to an interface in c#. smart.
would the static way to do this result in an instruction that uses a simple xpath?
it looks like boiler plate to me but i am not a web dev
So next version of Vue will do direct dom update like Svelte?
Pair that with Inertia and Laravel and you gonna be a happy developer.
what is original video of this shorts?
Write an entire application to find out which is better. This is not a proper comparison.
perf wise vue is most likely quicker but I hate the DX and prefer react personally
in short, vue using virtual DOM
Still just talk and no walk
Or you can just build a simpler framework that uses just javascript as templating language and let the browser do the optimization for you 🤷♀️
Vue already performs better than React in all cases and Svelte in some cases, just with VDOM optimizations.
But later this year (2023) Vue will soon have a compiler too, just as Svelte’s called Vapor Mode.
Dropping the VDOM completely and having a performance similar to that of SolidJS
Angular is better
Idk why i watched this whole video it takes me an hour to attach a file to an email
If message found, what is next? Build the method into value text by the procedure?
This genius is comparing a compiler to an AGI and talking about intentions
Solution for people who use the same class name for every element, lmao.
0/10
Is it just me, or the code at the beginning and at the end is exactly fooking same?