Vue 3 with TypeScript Tutorial #4 - Types & Props

preview_player
Показать описание
In this Vue & TypeScript tutorial you'll learn how to work with typed props in nested Vue compoents.

🐱‍👤 View this course in full without ads on Net Ninja Pro:

🐱‍💻 Course Files:

🐱‍👤 JOIN THE YOUTUBE NET NINJA GANG -

🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 Useful playlists:

🐱‍💻 🐱‍💻 Other links:

🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

I said that before and I must say that again, bro you are the best teacher on the for everything...

tihomirgrujic
Автор

I don't comment often, but I must say that this video series feels like it came straight out of a LinkedIn Learning or Udemy course which people pay for. 😎 Thank you very much for this! All the best. 👍

drac.
Автор

Thanks for the tutorials. For new users: Make use of the Volar plugin instead of Vetur.

brambekkers
Автор

For anyone new. if you installed vetur for this videos. as of 5/13/2023 there is another extension called "Vue Language Features (Volar)" in which you dont have to manually modify de settings 7:08. If you install both you will get a "known error" at the bottom right of VSCode and you will also get the suggestions twice. (id, location, salary, title, id, location, ...)

jorgeluisrodriguez
Автор

8:40 For JobsList styles
.job-list {
max-width: 960px;
margin: 40px auto;
}
.job-list ul {
padding: 0;
}
.job-list li {
list-style-type: none;
background: white;
padding: 16px;
margin: 16px 0;
border-radius: 4px;
}
.job-list h2 {
margin: 0 0 10px;
text-transform: capitalize;
}
.salary {
display: flex;
}
.salary img {
width: 30px;
}
.salary p {
color: #17bf66;
font-weight: bold;
margin: 10px 4px;
}

randomcheezyMcmuffin
Автор

Such high quality content - this is perfect as an engineer who's about to transition from React to VueJS!

webmade
Автор

Amazing series, thanks so much. It is helping a lot about my understanding of Vue 3 with Typescript.

darkangel_luma
Автор

I was amazed to see you used rupees as the currency. Love the British accent btw

MaxProgramming
Автор

Thanks a ton for this. This video helped me in one of my projects...

noopurp
Автор

Please also describe how to implement pagination and search filter with typescript while fetching data from api

manojyadav
Автор

Wow I had this issue with props as Arrays, this video showed me how to solve it, Thanks

martinvalenzuelamagallanes
Автор

I really enjoy your courses . Plz i have a question can you make some courses about strapi ?!

ahmedtouzani
Автор

😊 It's work!!! I love this tutorial!!

elisaresmini
Автор

Ohh god how can you be so nice...❤️ This is the exact tutorial I was looking so far 🔥

ayushdedhia
Автор

what do you use to create slides? Your slides are really nice

rawhoyt
Автор

Hmm what about Union types for props? If we have a type (string | number) but prop requires to choose String or Number?

erykczajkowski
Автор

is it vue-cli on webpack? vite doesn't support "@" aliasses?

Andrew-nocd
Автор

Hi! Thank you for your videos, i wanted to learn more Typescript to VUE 3

I made an Array of my new Type People as Peoples: [] as PropType<People[]>
but how to push new objects in ?

It is telling Property 'push' does not exist on type 'PropConstructor<People[]> | PropConstructor<People[]>[]'.

VELIXYZ
Автор

so, when you make react + typescript tutorial ?

ismalzikri
Автор

how to import @, i get red error on vscode

notme
join shbcf.ru