Nuxt 3 Crash Course #9 - Reusable Components

preview_player
Показать описание
⭐⭐ Watch the whole course now (without ads) on Net Ninja Pro:

🐱‍💻 Access the course files on GitHub:

🐱‍💻 Vue 3 Tutorial:

🐱‍💻 Tailwind Tutorial:

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

Enjoying the simplicity of the course ✨ probably I'll finish it till today itself

gamingwithrksaver
Автор

Im really loving nuxt and especially your teaching style!

mahtoosacks
Автор

Excellent content Shaun! more Nuxt 3 courses! Perhaps a full CRUD course with auth? :D
A nice combo could be Nuxt 3, Pinia, Laravel Sanctum (cookie) for auth and Tailwindcss (Flowbite?)

rasmuswaitly
Автор

Love your content. Waiting for the next lessons :3

shatkykabdullayew
Автор

Awesome, exactly what I was looking for, thanks, great content. You could make an updated tutorial of sveltekit.

diegoavendanohernandez
Автор

Thank you so much for these amazing contents.

Sara-rsoq
Автор

can we really destructure props like this? 7:09. we loosing the reactivity in this way.

vitjaz_
Автор

Please include resuable components like form inputs with data binding :) 🙏🙏🙏

pi-dev
Автор

anyone having a challenge with the images not displaying from the API when you load the product route?

hephzibahu.emereole
Автор

Any plans for Next 13 ? i have been waiting for you , probably you are the best instructor out there, god bless <3

viper_eyes
Автор

Great content, but im just wondering is chakra-ui supported by nuxt 3 ?

yprqjqt
Автор

Hi I having problem with the product page . I have been stuck on it for about 3 days can someone please help me

musafirfisabillah
Автор

How to create reusable components between projects?

ElTebe
Автор

Any flutter projects you are going to cover??

akshaymadan
Автор

hey, my NuxtLinks are not autocompleting as a tag after pressing enter when the suggetion shows. Why is that? do i need any specifc extension or setups?

farazzz
Автор

Anyone else having formatting issues with vertical alignment all off? sizing of images are diff in each card

chunkycheese
Автор

defineProps returns undefined in Nuxt 3

jeffreyvanzwam
Автор

Can I use your HTML CSS and JavaScript courses from 2019
In 2023???
Please answer 🥺

shazamanything
Автор

On ProductDetails.vue component, add:
v-if="product !== undefined"

<template>
<div v-if="product !== undefined" class="card">
...
</div>
</template>

to prevent the component from using the product variable if it is undefined. This fixes my error.

anakngjiho