The New Vue by Evan You

preview_player
Показать описание
In this session, Evan You talks about the new Vue 3 experience: from new syntax to new docs, build tools, devtools, and TS/IDE.

Jobs -

Рекомендации по теме
Комментарии
Автор

In this session, Evan You talks about the new Vue 3 experience: from new syntax to new docs, build tools, devtools, and TS/IDE.


Jobs -



VueConfToronto
Автор

19:31 summary
21:41 new composition api DX script setup
22:46, 23:21 new documentations
- 25:27 vue3 by default
27:17 Upcoming Reactivity Transform
31:43 props destructure transform

sangilyun
Автор

I made the right choice to use Vue when I started my project a year ago.

derjansan
Автор

Honestly, I just wish they would have a better documentation for Vue 3. Sucks so much being stuck with options API documentation on Vue 3's with a small portion of composition API in a tiny place of the documentation. This is the case when the script setup is supposed to be the way "forward".

NoTalkUntilCovfefe
Автор

Not sure if it's a good thing that Vue is more and more becoming magic for the average developer. But Vue 3 is definitely a lot more ergonomic than Vue 2.

bart
Автор

6:07 to explain to your manager why you want vite and not vue cli

studiowebselect
Автор

How does this affect Quasar? Is Vue 3 too far gone the library-framework continum to fit the role it was given in Quasar?

MajidFouladpour
Автор

I really had not so great experience with vue 2 when it comes to DX and TS while working on a large scale project.
Glad to see the major improvements in vue 3 in terms of DX for vue files.
I don't mind if things become little complex for a much better DX, small price to pay.
Also, the flexible devtools plugins support looks awesome.

blank
Автор

I think the $ character should never be used anywhere, let alone two of them, its just utterly confusing.

InfinityFnatic
Автор

Well... I hope that nobody will use this magic $ sign compiler. If writing .value is too hard and it requires writiting special compiler plugin to let him just add this short word, then I'm kinda worried how much more magic Vue is going to introduce.

However the rest of the presentation was 🔥 Can't wait until I would be able to finally left Webpack for Vite :)

DEVDerr
Автор

With the depreciation of Vue CLI, what will become Vue UI ? I love that GUI

SylvainPOLLETVILLARD
Автор

So with reactive veriables it is actully Svelte js :)

sergeydemjanchyk
Автор

Everything about vue seems so great and healthy

simarbagga
Автор

what ill give to learn from need him as a mentor

filigretidean
Автор

In nuxt 2(vuejs 2) there is a middleware client side concept, what about vuejs 3 🙂

Useroelas
Автор

I love these update videos. Very exciting! Thank you!

bobdpa
Автор

There is not good replacement in the IDE for tsc. Many of the TS IDE integrations are buggy. Vite should include first class support for tsc and use a non-blocking process to check types inline in the development flow similar to the webpack ts-fork loader. I would consider Vite if that was the case. I want to check my types immediately as I'm developing not as an afterthought or through a secondary experience.

ricosrealm
Автор

$ref is huge! great to see a simplification there

xMrMiagix
Автор

I don't use Vue much but whenever I do, it feels like lots of stuff duct-taped together.

oshanshrestha
Автор

always good to listen to you Evan, I really like the innovation behind Vue, thanks

SantiagoArizti