UPDATE from Johnson himself: This performance is not final. We have just discovered a new fast path. alien-signals performance in 0.3.0-alpha is 5~15% faster than 0.2.x👀 Do you want a Reactivity Deep Dive?! Let me know! PS: Looking for the alien-signals repo, the PRs or the charts? All of them in the description 🙌
+1 for the deep dive into reactivity. I think most developers who work with Vue, including myself, would benefit from understanding more about how things work under the hood.
this would become handy. I have currently somewhere a bottleneck where i load thousand complex objects into a datagrid. If the framework will be faster, it would not solve the bottleneck but it makes it maybe less obvious :D
Solid started work on a push/pull system based on Reactively early last year: m.th-cam.com/video/A2TiLvCDKSg/w-d-xo.html I think the intent is to release it with Solid v2, but it was held up so that their Solid Start framework could get released this year.
now if only i would have convinced my boss to have used vue for the frontend But god it's becomming so hard to keep up with all the changes as a full stack dev
I haven't noticed any issues for months. If you can reproduce them (+ have the latest version installed), please raise an issue in the repo github.com/vuejs/language-tools
One theory is computed is called in a synced way and listener on ref check witch one is called. But if you have condition in the computed, maybe some will be missed
UPDATE from Johnson himself: This performance is not final. We have just discovered a new fast path. alien-signals performance in 0.3.0-alpha is 5~15% faster than 0.2.x👀
Do you want a Reactivity Deep Dive?! Let me know!
PS: Looking for the alien-signals repo, the PRs or the charts? All of them in the description 🙌
Will be waiting for that
Yes, please
Please do a deep dive comparison and explanation
Avec plaisir ❤
Waiting for the code deep dive into reactivity systems
Yea interested in reactivity deep dive.
This is amazing ! For sure a deep dive into reactivity would be interesting :) Thanks !
Please deep dive into reactive system, and take us with you to explore.
Danke schön Alexander! I’d love to see you do a deep dive in reactivity - especially in the beloved vue contexts.
Yes, we need a reactivity Deep deep dive!
Actually, it would be great if there's a series of Deep Dives into each Vue Internal Modules!
+1 for the deep dive into reactivity. I think most developers who work with Vue, including myself, would benefit from understanding more about how things work under the hood.
Awesome video looking forward for the reactivity deep dive 🎉
this would become handy. I have currently somewhere a bottleneck where i load thousand complex objects into a datagrid. If the framework will be faster, it would not solve the bottleneck but it makes it maybe less obvious :D
Yes, please a deep dive
Vue might the only lib that’s doesn’t go like: “devices got more memory and power, let’s use it all” and for that I love it!
Deep dive into push-pull 👍. How does it differ from the previous reactivity method?
Great video 🙂 another +1 for the reactivity deep dive!
Reactivity is always a fun topic
vue stopping to catch Ws challenge level: literally impossible
Please reactivity deep dive video!!!
Solid started work on a push/pull system based on Reactively early last year: m.th-cam.com/video/A2TiLvCDKSg/w-d-xo.html
I think the intent is to release it with Solid v2, but it was held up so that their Solid Start framework could get released this year.
Pls pls a deep dive into the reactivity system
Soo, another Silicon Valley approach :D
now if only i would have convinced my boss to have used vue for the frontend
But god it's becomming so hard to keep up with all the changes as a full stack dev
at this point, the Vue team is speedrunning! lol
+1 for deep dive
Vue's the best
Hi Alexander, please create a video for hosting/deploy the SSR on a host like Cpanel that support Nodejs app, or VPS
I'm not sure. the Volar extension broken whole time. speed but buggy. whats happen!
I haven't noticed any issues for months. If you can reproduce them (+ have the latest version installed), please raise an issue in the repo github.com/vuejs/language-tools
I never took the time to deep into the code of computed. I wonder how its know witch variables it need to subscribe.
One theory is computed is called in a synced way and listener on ref check witch one is called.
But if you have condition in the computed, maybe some will be missed
I really hoped that alien-signal would be an external dependency of vue
Why would you’ve preferred that?