Vue JS 2 Tutorial #42 - Route Parameters

preview_player
Показать описание
----- COURSE LINKS:

---------------------------------------------------------------------------------------------

========== PSD to WordPress Playlist ==========

============== The Net Ninja =====================

================== Social Links ==================

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

No nonsense and very clear. You've saved me from a bit of a headache, thanks!

Junior-ntnr
Автор

Solved a problem I was spending 2+ hours with, thanks a lot!

MrReard
Автор

Couldn't find better guidance than this one! Love and thanks to the ultimate Ninja, the guru of all other aspiring pupil ninjas out there! Trying to hunt for 'complete app' tutorials which cover all the core aspects of both ends in one dummy project, just kind of to sum up and concatenate the skills learned! Anyways keep up blackbelt!

aryagoswami
Автор

Amazing as always, short and straight to the point. Dunno who clicks on dislike, jerks! Thanks man.

marian_tsx
Автор

Thanks for this amazing tutorial ! Each of your tutorial deserves a comment :)

cyrilm
Автор

Thanks bro! These are best Vue tuts on Youtube :)

shahrza.mugbilli
Автор

Great series.
Hope you get over how to manage authentication using vue at some point.

hikibum
Автор

amazing been looking for this for a while now

kokoforbes
Автор

thank you so much sir for vue js tutorials.

kartikhonnali
Автор

I have to ask though I am not expecting an answer anytime soon. Why is it that the custom directive (v-rainbow) interfering with the <router-link> tag ?? When I keep it, each post page is showing nothing. Just curious.

atiquechowdhury
Автор

Hey Quentin, are you going to do some Vue3 tutorials once it's on?

kobas
Автор

Thanks you so much for awesome vuejs tutorials. Do you have any course on react or angular?

Imvicss
Автор

Thanks!
You're the best man !!!!

illiabendyk
Автор

I want to pass data through function of VUE to a new page on click of a button. I tried doing this thing using the router method but i was not able to send the array it was just allowing me to send a string with it.

bricegnanago
Автор

What if I want the blog title as the route parameter? How can I achieve it if I fetch the API using id?

jade-ogef
Автор

Solved my route param issue which I was fighting with for 1 hour

Thamizharasu
Автор

What if I want to take json objects from different link ? Should I give an extension /post ?

tejalhadagali
Автор

nice, this is what i am looking for. thanks

ikhsanrahman
Автор

Thank you so much !
Please how could we pass data from one view to another

bricegnanago
Автор

I got a question though. In a previous tutorial, you wrote the promise as:
.then(response=>{
this.blogs = response.data.slice(0, 10);
});

But in this one, you wrote something equivalent to:
.then(data =>{

this.blogs = data.slice(0, 10);
});

So what is the difference ? Is one preferable to the other or is there no difference ? Is there something I am missing here?

atiquechowdhury