SvelteKit Tutorial - 7 - Nested Dynamic Routes

preview_player
Показать описание

📱 Follow Codevolution

Nested Dynamic Routes
SvelteKit Tutorial
SvelteKit Tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

it is far better than the official tutorials for svelte and sveltekit

TheRightWaymyway
Автор

Good to have Sveltekit tutorials, keep up the great work 👍👍👍

maskman
Автор

Simply Awesome!!. Looking forward to the express series soon. Thank you for your efforts in making videos.

joemathan
Автор

I watched your node videos yesterday and I found it so helpful that you take each concept slowly and methodically. I think that's definitely my learning style!

alexwilkinsgames
Автор

First of all, I'd like to say I love how you're segmenting all these tutorials. You've done such a wonderful job structuring the video into examples and then demonstration and explanation. Thank you thank you!

One thing I do wonder is how the page.params distinguishes between what is the productId and the reviewId. Is it the order in which you declare the variable at the top after the import of { page }?

juvipana
Автор

so if i want to pass 10 params from this page to other page rout?, so what should i do?

fegreat
Автор

I'm having error 500 Internal Error with this script. I tried to create 2 separate const but I keep getting always the same error.

VincenzoGalgano