Тёмный
VueReference
VueReference
VueReference
Подписаться
Комментарии
@denizcakmak3270
@denizcakmak3270 24 дня назад
I like that video but I am not understand why you didn't use @change eventhandler? I think you don't need to use watch at this project
@christianmottaz7366
@christianmottaz7366 Месяц назад
Hello friend, sorry but witch supabase table are you use for this demo… Anyway thanks lot 😊
@angeloserenuela4065
@angeloserenuela4065 Месяц назад
Very simple and straight forward tutorial love it!
@CaptainBearddd
@CaptainBearddd Месяц назад
Amazing. This vid was SO easy to follow.
@BaronSixtyNine
@BaronSixtyNine 2 месяца назад
Best tutorial video on 'props' and 'emitting' so far on RU-vid! Cheers
@user-nk6uv8ce7t
@user-nk6uv8ce7t 2 месяца назад
Takes the confusion out of me.
@alexmarco2392
@alexmarco2392 3 месяца назад
👍👍
@samialachgar4145
@samialachgar4145 3 месяца назад
hi there thanks for the video can u please share with us the name of the extension that writes some stuff in red it seems helpful
@SpiritualFacts
@SpiritualFacts 3 месяца назад
best tutorial on props and event emitters. thank you
@SebastianWeihaar
@SebastianWeihaar 3 месяца назад
Thank you!
@neglasuleiman2355
@neglasuleiman2355 3 месяца назад
you are the best very short awesome explanations i like it
@maccabro7
@maccabro7 3 месяца назад
Great tutorial thank you!!!
@lucam.2968
@lucam.2968 4 месяца назад
thanx for this tutorials -- really liked it
@frigola21
@frigola21 4 месяца назад
one of the best explanations! thanks
@eberbrown2620
@eberbrown2620 5 месяцев назад
pretty amazing! Thanks
@mrmono4583
@mrmono4583 5 месяцев назад
thanks my bro
@recitoprasidha5761
@recitoprasidha5761 6 месяцев назад
i found out that the signup return rate limi error. anyone knows how to fix this?
@zennamfan2663
@zennamfan2663 6 месяцев назад
Easy for understand, thanks!
@HongLe-jv1hy
@HongLe-jv1hy 7 месяцев назад
The way you explained is unparalleled. I watched 4 videos and they made things so confusing but your is on point!
@no4k
@no4k 7 месяцев назад
Good tutorial. Thank you. But I have what I hope is a little constructive criticism. It is a pet peeve of mine. The word is buTTon, not bu'en.
@neneodonkor
@neneodonkor 5 месяцев назад
🤦🏾‍♂️🤦🏾‍♂️🤦🏾‍♂️🤦🏾‍♂️
@sabarathiago
@sabarathiago 7 месяцев назад
Great video! Nice Job!
@HarutTarzyan
@HarutTarzyan 8 месяцев назад
thanks for easy and understanble tutorial
@ANILYADAV-jr8wl
@ANILYADAV-jr8wl 10 месяцев назад
your explanation is awesome😘😘😘
@yusufshaik
@yusufshaik 11 месяцев назад
Thanks for the great tutorial! Really simple explanation of supabase. There is an error that appears in your console after implementing the email display. How can this be fixed? Also: This authorization confirms that any person is logged in, how do we implement a specific user being logged in. For example, implementing a user settings page that should be private, only accessible for a given user
@baonhat2kk
@baonhat2kk 11 месяцев назад
Great video ! You got my subcription
@ulugbekatakhanov1431
@ulugbekatakhanov1431 Год назад
Great. Pls more videos. You have talent
@khashayarshomali
@khashayarshomali Год назад
You are the best at teaching vue 3.
@khashayarshomali
@khashayarshomali Год назад
Great. I need it.
@rileysikes9285
@rileysikes9285 Год назад
Amazing tutorial! Thank you
@veryhyped
@veryhyped Год назад
more videos please need more tutorials on vue
@sergioalejandroservinarce3005
la mejor explicación hasta la fecha de los emits que he vistooooo
@WebdevPath
@WebdevPath Год назад
Hey. Great content about Vue! I see you work only with composition API and on your site is a mix of Options API and Composition API. It would be great if there would be two separate documentations one for Options API and one for Composition API. I really like Vue but at the same time I also hate Composition API :)
@fei4295
@fei4295 Год назад
This video help me understand reactive a lot
@soulless8471
@soulless8471 Год назад
thanks
@betaglot
@betaglot Год назад
Great video! I love how you're just speaking normally, ie it doesn't sound like you're reading verbatim from a script like other Vue tutorials. Thank you, keep the videos coming! :)
@perobeats
@perobeats Год назад
Explained very well 🎉
@sotorius_27
@sotorius_27 Год назад
It is the best tutorial of Props and Emits, very clean. Thanks a lot
@andileaudry3332
@andileaudry3332 Год назад
Awesome thank you
@Sara-rs4oq
@Sara-rs4oq Год назад
Thank you so much for this tutorial! This is very helpful.🤩
@tati_edits11
@tati_edits11 Год назад
thanks!
@parsafarahani734
@parsafarahani734 Год назад
Thanks a lot
@sawtarring2108
@sawtarring2108 Год назад
🙌 *promosm*
@jordivandermeer601
@jordivandermeer601 Год назад
Thanks for the video. Could you make a video about guards with different rolles. I cant find any tutorial about that. So a admin sees different pages then a editor etc. I fixed the login out with refresh by checking if there still is a supbase token stored. Apperently you can give the generasted token a name with storagekey and i just check if it exists.This works great.
@alexsilvanovich2579
@alexsilvanovich2579 Год назад
thank you, it's very useful!
@codedjango
@codedjango Год назад
Awesome Vue3 tutorials ....thank you
@VueReference
@VueReference Год назад
Having a problem with keeping the user logged in after refreshes or closing the browser? Instead of await supabase.auth.getSession(); try this instead: import { useSupabaseUser } from "~~/.nuxt/imports"; const user = useSupabaseUser();
@davidmason4356
@davidmason4356 Год назад
This is a fantastic tutorial
@davidmason4356
@davidmason4356 Год назад
@@VueReference Hey thanks, that very much helped and it works! I thought I had to use something like Pinia because I saw that in another tutorial on Supabase auth but it seems not
@monarchgam3r
@monarchgam3r Год назад
We recently switched to Vue (nuxt) at work and although the switch was pretty smooth coming from react but I had an issue overwriting values defined with reactive, this definitely explains alot…thanks
@VueReference
@VueReference Год назад
Glad the video helped!
@skverskk
@skverskk Год назад
Even though I use NextJS, I found this tutorial to be very useful in navigating Superbase. Do you see any security flaws in Superbase, i.e. I believe tokens are stored in local storage? Thx.
@VueReference
@VueReference Год назад
Supabase is opensource and as far as I know, no one as alerted to huge security vulnerabilities. In term of local storage, the token doesn't reveal anything that put's the user's security at risk. If a hacker had access to that user's computer, then they'd already know their email which is the only info in that token I would think is revealing in anyway. Having said that, I'm no security expert but I don't think storing JWT in local storage is the MOST secure way to go about things. Here's a nice stack overflow article that talks more about local storage vulnerabilities: stackoverflow.com/questions/44133536/is-it-safe-to-store-a-jwt-in-localstorage-with-reactjs Thanks for the comment!