Helpful note from the future: Using the current version of Svelte (3.44 on my install... I'm not sure when this changed) You've probably already noticed that the index page is called '+page.svelte' (and still lives in the 'src' folder). To add the about page you instead add a folder named 'about' then put a '+page.svelte' file in that folder to hold the code.
HI Sahun, as Routes API has changed since this video, that would be great if make a revised SveltKit series, this time, more complete with a backend authentication, like what you did for Next.js
Now that this request has gotten 7 likes, I'd suggest it's high time you considered making a tutorial video on the most recent Svelte-kit version with backend authentication. I can only imagine how demanding that would be for you. But, hey, that's why you're a blackbelt Net Ninja 😀 Your students are waiting and counting on you 🥺🙃😊
OMG you need to update the tutorial. they radically changed the routing! To do the about page you now need to create a new "about" folder and then add your about page there. You have to name the about page "+page.svelete" I have no clue why they made it complicated like this. maybe for security?
Nice Explanation, could you tell me which software you use to record your screen and add audio to it. I am interested to start a youtube channel but i am not aware of what software to use to make a good screen recorded vedio with audio.
@@BridgerB I'll try for a third time: The changes in routing are here in the docs: kit.svelte.dev/docs/routing Changed index.svelte to +page.svelte and put them in properly named folders.
You make wonderful courses, but I really don't like things with CSS. I doubt someone will start your Svelte course without knowing already CSS and every second video half of it is how you style DOM elements. Why are you not explaining how HTML tags works? If I were you, I would just say that I will style a bit of code using CSS and skip this part of the video.
Helpful note from the future: Using the current version of Svelte (3.44 on my install... I'm not sure when this changed) You've probably already noticed that the index page is called '+page.svelte' (and still lives in the 'src' folder). To add the about page you instead add a folder named 'about' then put a '+page.svelte' file in that folder to hold the code.
You are right. In the new versions, it is different. You need a folder and a +page.
Thanks, was confused about this
Explanation: kit.svelte.dev/docs/routing
Thanks bro I was having a hard time trying to find an explanation for this
Thanks it's very helpful
this great course needs an update...
HI Sahun, as Routes API has changed since this video, that would be great if make a revised SveltKit series, this time, more complete with a backend authentication, like what you did for Next.js
Now that this request has gotten 7 likes, I'd suggest it's high time you considered making a tutorial video on the most recent Svelte-kit version with backend authentication.
I can only imagine how demanding that would be for you. But, hey, that's why you're a blackbelt Net Ninja 😀
Your students are waiting and counting on you 🥺🙃😊
Omg. Svelte is so easy to understand. Just like html, but advanced.
For now, Svelte seems pretty much straightforward, a nice tutorial... 😀
OMG you need to update the tutorial. they radically changed the routing! To do the about page you now need to create a new "about" folder and then add your about page there. You have to name the about page "+page.svelete" I have no clue why they made it complicated like this. maybe for security?
oh wow thanks thats strange
thank you for this!!!
Hopefully Shaun covers load function in this series 🙏🙏🙏
It's pretty important so I imagine he will.
good stuff! a video on how to navigate the recent refactoring?
Looks like svelte updated its routing method to use a combination of directories and +pages.svelte files.
Nice Explanation,
could you tell me which software you use to record your screen and add audio to it.
I am interested to start a youtube channel but i am not aware of what software to use to make a good screen recorded vedio with audio.
great video
It looks like SvelteKit just made some breaking changes to this tutorial. Will you be updating this at all?
Is this in reference to the routing?
@@lubbersdan yes
@@BridgerB Why does my answer to this persons comment keep getting deleted??? I've answered him twice now and both times it has been deleted.
@@BridgerB I'll try for a third time: The changes in routing are here in the docs: kit.svelte.dev/docs/routing
Changed index.svelte to +page.svelte and put them in properly named folders.
@@lubbersdan How can you have multiple pages within a single named folder ? since all named folders seem to accept only +page.svelte
Please upload more
How do you automatically break the lorem ipsum lines?
Check the rewrap extension for VSCode
Alt+Z = wrap text
@@ivans7 A little late but thank‘s anyways ;) Have a great time learning SvelteKit!
If we pay for these lessons from your website, are all the lessons available to watch now? Patience is not my strong suit.
I did and yes.
@@frediashes Thank you.
You make wonderful courses, but I really don't like things with CSS. I doubt someone will start your Svelte course without knowing already CSS and every second video half of it is how you style DOM elements. Why are you not explaining how HTML tags works? If I were you, I would just say that I will style a bit of code using CSS and skip this part of the video.