awesome tutorial, I have a question, why in Products.vue you did this "const products = ref([])", but in Main.vue you did "const products = ref([] as Product[])" In both cases the products ref is mapped or filtered: products.value.map((p: Product) | products.value.filter((product: Product)
Do you have the repo??
because i liked the like functionallity you implemented i liked this video
awesome tutorial, I have a question, why in Products.vue you did this "const products = ref([])", but in Main.vue you did "const products = ref([] as Product[])" In both cases the products ref is mapped or filtered: products.value.map((p: Product) | products.value.filter((product: Product)
i love your tutorials
Actually my next project will be Lazy Loading, Search and Sorting so subscribe and wait for the upload :)
@@ScalableScripts wow! Exciting! I'm really grateful I came across your channel , of course I am a subscriber. Vue 3 + typescript combo FTW
awesome