React Js without jsx . Interesting. Your explanation is awesome.
@grgurgrisogono6564 жыл бұрын
Thank you very much, sir. I appreciate your support 🙌
@tanzimibthesam58614 жыл бұрын
@@grgurgrisogono656 So kind keep the tutorials coming
@aram56423 жыл бұрын
I would be curious to see a bigger application (esp. the file structure), and how you deal with modals (do you emit results as events w/data, or relay them in store? do you open/close a modal throu actions or imperatively via some .open method?) and forms - all in the most effective way.
@munapadhi87234 жыл бұрын
wow Clean understanding composition api and reactive api, and fun video
@grgurgrisogono6564 жыл бұрын
Thank you so much, that means a lot to me 😀
@presida39274 жыл бұрын
Great teacher out there. Thanks
@grgurgrisogono6564 жыл бұрын
You're very kind, thank you for supporting our channel 🙌
@ecoseodeutschland98643 жыл бұрын
Very good video, you instantly motivated me to learn v3 today! thx
@4BeerLife4 жыл бұрын
Thx, you help me a lot !
@Moduscreate4 жыл бұрын
Thanks for watching!
@santiagoaguilar37064 жыл бұрын
You’re really funny and a good explainer. Thanks for the video.
@grgurgrisogono6564 жыл бұрын
That means a lot to me, thank you so much!
@adrihm81654 жыл бұрын
Yeah very good explainer I agree
@aitcomputer83973 жыл бұрын
Really Good. Amazing Explanation
@saurabhjha5754 жыл бұрын
Great video!!
@grgurgrisogono6564 жыл бұрын
Many thanks!
@saurabhjha5754 жыл бұрын
@@grgurgrisogono656 please make more videos on Vue3. You explained really well. It helped in understanding. Thankyou!
@yves25224 жыл бұрын
Thank you so much. Clear and...funny, you saved me so much time !
@Moduscreate4 жыл бұрын
Thanks for watching!
@grgurgrisogono6564 жыл бұрын
Then my goal is achieved! Thank you for your support, Yves 🙌
@aykxt4 жыл бұрын
Great Video! PS: Which font you are using in VSCode?
@grgurgrisogono6564 жыл бұрын
Hi Aykut, thank you very much :) I use Operator Mono Book with ligatures. I hope that helps ;)
@aykxt4 жыл бұрын
@@grgurgrisogono656 Thanks 👍
@aleksandrippatev12684 жыл бұрын
Wow, so amazing! LIKE👍
@Moduscreate4 жыл бұрын
Thank you for your support!
@grgurgrisogono6564 жыл бұрын
Thank you so much, Aleksandr!
@shortsoflifeofficial4 жыл бұрын
Hi, Can you please also provide an example of how to manage state while user authentication in Vue 3 ?
@rchin754 жыл бұрын
Thanks! This is super cool!
@grgurgrisogono6564 жыл бұрын
Much appreciated, Roy!
@maskman48214 жыл бұрын
awesome !!!
@grgurgrisogono6564 жыл бұрын
❤️
@code4func-kythuatlaptrinh8594 жыл бұрын
Zep, i like your style 👍
@Moduscreate4 жыл бұрын
Thanks @Code4Func! =)
@adrihm81654 жыл бұрын
Thank you , very interesting
@grgurgrisogono6564 жыл бұрын
I appreciate it, Adri
@ben7909244 жыл бұрын
I subbed for more vue 3 things :D
@grgurgrisogono6564 жыл бұрын
Thanks! More stuff coming up for you!
@saikun02933 жыл бұрын
Loved it!
@sathyanirmanifernando3 жыл бұрын
Thanks a lot .........
@shutterradio4 жыл бұрын
Cool! Thank you! Little note: I feel like it could be speed up a little bit. I usually watch youtube on normal speed, but this time switched to 1.25 (but maybe that's too much)
@grgurgrisogono6564 жыл бұрын
I appreciate that feedback! Thank you for helping us get better at this 😉
@fszhao80644 жыл бұрын
讲的很生动,通俗易懂
@rangabharath42533 жыл бұрын
awesome
@wernerlaude35144 жыл бұрын
Nice to watch.. Would be great to have the code too, as in part 3 I have an error..computed () => ...may be something changed in between.
@atomicnoexcept4 жыл бұрын
Hi Werner, Thank you for the feedback dude! Do you have a GitHub repo link we could review? :)
@agriboz4 жыл бұрын
Adim adim guzel bir ornek olmus.
@aitohideki19474 жыл бұрын
Hi Grgur. It's announced that Vue.js itself supports SSR. How can I set compiler settings for server side rendering?
@grgurgrisogono6564 жыл бұрын
Great question! I'll create a sample app and a video on Vue 3 SSR so make sure you're subscribed. Meanwhile, the compiler settings are all worked out through @vue/server-renderer, which makes it a nice and easy interface for SSR in Vue 3. More on that soon!
@aitohideki19474 жыл бұрын
@@grgurgrisogono656 Thank you so much Grgur. I subscribed your channel, so that I can get notified about your new posts. Can't wait for the Vue3 SSR tutorial. 🤭
@grgurgrisogono6564 жыл бұрын
@@aitohideki1947 Hideki san, is this on track of what you wanted to see? twitter.com/ggrgur/status/1291025504171102208?s=20
@gpalmadev Жыл бұрын
amazing video tutorials and a fanny guy :)
@Denisamoldrio4 жыл бұрын
Hi, I'm pretty newbie in vue. Does it works as a replacement for vuex at some point?
@grgurgrisogono6564 жыл бұрын
Great question. This depends on how you want to manage state. Composition API is only going to mature with time and we'll see where it takes us, but for now it's great for light state management. This will work even better with Providers. Don't worry, a video on that is coming up. Vuex is more robust. Vuex and composition don't have to cancel each other out. Try composition-only with a small sample project and see how it feels for you.
@grgurgrisogono6564 жыл бұрын
@Rose Drone Solutions That's great feedback, thank you! I'll work on a Vuex-related content for you!
@grgurgrisogono6564 жыл бұрын
@Rose Drone Solutions, In that case, you'll have to import it on a parent component and use provide and inject to reuse the same reference in a child component. Would you like to learn more about that approach?
@MattDuarte114 жыл бұрын
Would this replace data?
@grgurgrisogono6564 жыл бұрын
This simplifies the class-like syntax and focused more functional-like programming style in a single place, which is the setup function. You can still use data if you'd like, but I find it more appealing to keep things in one place with solid type safety via Typescript
@baseerx4 жыл бұрын
Sir,can i get the whole vue3 code on github?
@RJCommunityDev4 жыл бұрын
gives below error error The `$listeners` is deprecated vue/no-deprecated-dollar-listeners-api help me in resolving
@grgurgrisogono6564 жыл бұрын
Automatic inheritance of attributes is no longer happening in Vue 3. $attrs will now contain all non-prop attributes and non-emitted events without any extra work. What you really need is just v-bind="$attrs" and use $attrs to identify listeners. I hope that helps
@rickyj14 жыл бұрын
Dark day for Vue with this lack of direction. Great tutorial though haha
@brambekkers4 жыл бұрын
Use .number on the v-model
@grgurgrisogono6564 жыл бұрын
You're right, that's a more appropriate way to bind numbers
@akauppi24 жыл бұрын
It's kind of sad that there's so much joy in getting basic reactivity working. ... :) That's a natural programming paradigm. Spreadsheets had it from the start. Somehow, us humans enjoy dealing with computers using an "assembly language" paradigm (do this - move that). Maybe it makes us feel superior, or it has to do with our tendency to micro manage, don't know. Reactivity at organisations could be the next frontier. Make it so!
@jctapuk3 жыл бұрын
let result = computed(() => num1 + num2)
@guillercelestino8013 жыл бұрын
It feels like React.
@CristoferSousa3 жыл бұрын
i have the same impression
@fszhao80644 жыл бұрын
个人还是很喜欢Class风格,但是this不能很好的推导类型,总是找不到一个完美的方案
@silvesterwali65653 жыл бұрын
this guy is too fanny .keep going bro
@zerefdev4 жыл бұрын
apparently, vuex is gonna die with these new awesome features
@im.empimp4 жыл бұрын
no *CLOSED CAPTIONS* 😞👎
@grgurgrisogono6564 жыл бұрын
I recognize how that can be an issue, so thank you for reporting. We are working on adding human-edited subtitles. Automated CCs are never good enough, and we can't settle with mediocrity. I appreciate your patience until we start rolling out a better CC support
@centuxdevelopment54194 жыл бұрын
I'm a bit disappointed and excited. Hopefully, readability isnt an issue in Vue 3.
@grgurgrisogono6564 жыл бұрын
I strongly believe Vue 3 improves readability by introducing simplicity. It may take a little bit to get used to the new patterns, but when you look back to how you used to do things, I think you'll see how life got better