Absolutely fabulous series of tutorials! I tried learning Angular, React, and View and each one of them left me with massive headaches. Then I found Svelte - what a breath of fresh air! Thank you for this great series!
I like the design(background-color, font, etc), Shaun truly works hard on user interface, I feel like playing games by just looking at the page, you know 😄😄😄
May be good to also explain that the element can be used in components to hold anything inside of the tag, although I guess that's more in scope for svelte than svelte kit and probably mentioned in that tutorial.
@thenetninja can you make a new lesson, there were some dramatic changes that took place, and some of your talking points are no longer valid... Like index.svelte and __layout ... I think the princable is still the same, but there are some changes... Maybe you can add some annotations to explain what changed???
so in your layout component you added the Title which shows up on all pages, but how you you make that dynamic so the title for the guides page is "Guides" instead of the default, is that possible?
hmm i guess i can do it with reset layouts but wondering if there is a simpler way so i'm not duplicating the the entire layout just to have a different title , great tutorial btw
I'm sure React will continue to be very, very popular, but Svelte is just cleaner, better, simpler react imo, and I hope more and more people continue to use it. The web is also always changing very quickly, so in ten years the most popular JS framework might be something we've never heard of today.
Hi, im having a problem with layouts, every time I load a page, layout is there for like 2 - 3 seconds and then it disappears, like it's getting overwritten by rest of the page, can someone help me pls?
In the current version of Svelte for creating the layout page its name should be +layout.svelte instead of __layout.svelte
thanks mate
And use +page.svelte instead of index.svelte. It's always a good idea to check the current docs. 😎👍
hero
Absolutely fabulous series of tutorials! I tried learning Angular, React, and View and each one of them left me with massive headaches. Then I found Svelte - what a breath of fresh air! Thank you for this great series!
I like the design(background-color, font, etc), Shaun truly works hard on user interface, I feel like playing games by just looking at the page, you know 😄😄😄
Thank you for translating the svelte kit docs to English. 🙏🏼. Really helped me!
May be good to also explain that the element can be used in components to hold anything inside of the tag, although I guess that's more in scope for svelte than svelte kit and probably mentioned in that tutorial.
Now, this is what I needed after the last video... 😀
@thenetninja can you make a new lesson, there were some dramatic changes that took place, and some of your talking points are no longer valid... Like index.svelte and __layout ... I think the princable is still the same, but there are some changes... Maybe you can add some annotations to explain what changed???
+layout.svelte for new versions of SvelteKit
so in your layout component you added the Title which shows up on all pages, but how you you make that dynamic so the title for the guides page is "Guides" instead of the default, is that possible?
hmm i guess i can do it with reset layouts but wondering if there is a simpler way so i'm not duplicating the the entire layout just to have a different title , great tutorial btw
Excellent stuff Thanks!
Wouldn't it make sense to put the styles folder inside of the lib folder to make use of the $lib alias?
Is this going to take over react js in future
yeah, I am sure it is going to happen in the near future 😎😎😎
@@maskman4821blockchain with Seveltrkit in frontend if u can give us some idea on it will surely rule.
I'm sure React will continue to be very, very popular, but Svelte is just cleaner, better, simpler react imo, and I hope more and more people continue to use it. The web is also always changing very quickly, so in ten years the most popular JS framework might be something we've never heard of today.
The future is now. Just completed a raw Svelte PWA. My next project will likely be SvelteKit (because I'll likely need routing).
@@drright71 can anyone show how to connect web3 with sveltekit
Great, but now with __layout how we change the title in individual pages?
Hi, im having a problem with layouts, every time I load a page, layout is there for like 2 - 3 seconds and then it disappears, like it's getting overwritten by rest of the page, can someone help me pls?
layout is now +layout.svelte