this man right here single-handedly raising a generation of new sveltekit developers! love your content
@Huntabyte Жыл бұрын
Fantastic video per usual! That FormData idea is next-level!
@enrique-casillas Жыл бұрын
Damn glad to see you here, you two have literally carried my svelte projects 😆
@sebastianmorales9876 Жыл бұрын
Both you and joy of code should do a collab project, I would love to see that
@kyouma7067 Жыл бұрын
Both of you have amazing content
@luka4535 Жыл бұрын
Ngl uopce nisam ocekivao da si Hrvat. Inace odlicni videi. 💯
@JoyofCodeDev Жыл бұрын
Hvala! 😀
@wearesherlocked Жыл бұрын
You're a godsend and my go to resource for Svelte. Thank you for covering it and hope you get sponsorship etc. so that you can earn as well. 🙌
@JoyofCodeDev Жыл бұрын
Thank you! 😄
@LargatSeifeddine10 ай бұрын
Big thanks for the quality of the informations that you're providing ! Great content! ( i've just discovered your channel but it's still relevant ! )
@artneo7 Жыл бұрын
Such an awesome tutorial! Thank you so much! Great content! 😄
@maskman4821 Жыл бұрын
This is a very useful and helpful lesson, learning how to use hooks file is essential for developing Sveltekit application, thank you 🤗😎😘🙏😌
@-kestrel00 Жыл бұрын
thank you i didn't know about the & for changing the value type to boolean for the html forms. thanks!
@JoyofCodeDev Жыл бұрын
That's only because of the library I'm using because it parses the form data for you.
@leboyoyo Жыл бұрын
How Awesome is this!
@amorfati8277 Жыл бұрын
Amazing video as always. You never miss 🔥🔥
@kickbu2towski Жыл бұрын
came for the thumbnail, stayed for the top-notch content
@JoyofCodeDev Жыл бұрын
So it does work! 😄
@fazex4185 Жыл бұрын
Wake up, babe, a joy of Code video just dropped
@rahulxcr Жыл бұрын
Great tutorial. Thanks.
@blokche_dev Жыл бұрын
Super useful! Thanks for sharing.
@JoyofCodeDev Жыл бұрын
You're welcome! 😄
@aibookclub-g2r Жыл бұрын
Nice explanation..well done.
@singha360 Жыл бұрын
Thumbnail game on point 😤
@RazvanBunea Жыл бұрын
Great video as usually. Little remark in your fetch exemple. Replacing ‘http’ with ‘https’ will lead to an error if it’s already https, will result in ‘httpss’. Isn’t better use `replace(‘http:’, ‘https:’)`?
@JoyofCodeDev Жыл бұрын
Thank you! 😄 If anyone wants to update the post I would love to accept the changes.
@kvetoslavnovak423 Жыл бұрын
Mind blowing 🤯🤩
@twd2 Жыл бұрын
you have covered everything
@JoyofCodeDev Жыл бұрын
Almost! 😄
@ricardoreix Жыл бұрын
Awesome, as usual 👌
@_danisson Жыл бұрын
Great video man, some of what you show is not that clear in the documentation. Thank you
@sharia.designАй бұрын
How you do corner radius on different windows? browser, vs. or its is video edited ?
@bobbymannino Жыл бұрын
Love all your videos, can your next one be on creating an ISR blog with vercel! Would be super useful ❤
@JoyofCodeDev Жыл бұрын
That would be cool! 😄
@Dreez Жыл бұрын
Do have your vscode config with font-style, etc in a gist or something? Would be interested. Btw nice video
@QuintenCoret Жыл бұрын
+1! Especially interested in the iconset you're using.
@JoyofCodeDev Жыл бұрын
I don't but I could make a video on the setup I'm using.
@Dreez Жыл бұрын
@@JoyofCodeDevWould be great if you would be able to do this! 😁
@rogerpence Жыл бұрын
If you're leaving page hydration in place, you also need to do the HTML transform in hooks.ts too, corrrect?
@JoyofCodeDev Жыл бұрын
If you need to transform HTML before the page is rendered that's how you do it.
@denkstdu1884 Жыл бұрын
Great video, but there should be one problem with the replacement of http to https. If I have a fetch wich is already using https this would be replaced to httpss, wouldn't it?
@JoyofCodeDev Жыл бұрын
Yeah! 😄
@soushi8885 Жыл бұрын
For the html attribut lang="%lang", it works on Firefox, but on chromium browser, it seem to be hardcoded in "en" by the browser. Do you now if we can correct it ? Very nice tutorial by the way !
@JoyofCodeDev Жыл бұрын
I used a Chromium browser, so not sure.
@benny-shen Жыл бұрын
The parseFormData requires remix be installed?
@JoyofCodeDev Жыл бұрын
If you're using `pnpm` it doesn't automatically install peer dependencies, so you have to install `@remix-run/web-file`.
@rotrooney Жыл бұрын
Do you know what the client hook can be used for apart from HandleError? Even Svelte documents don't go through it properly.
@JoyofCodeDev Жыл бұрын
That's the only one.
@alexvass Жыл бұрын
Thanks
@JoyofCodeDev Жыл бұрын
Thank you! 🙏
@nanashi7726 Жыл бұрын
amazing
@mikesantiago_ Жыл бұрын
But what about the OPTIONS method not allowed error when on CORS? I keep getting that and can't move on with the new sveltekit (1.x.x) but in the old version prior to that, I don't get the error.
@JoyofCodeDev Жыл бұрын
You can get help on Discord: joyofcode.xyz/invite.
@JoyofCodeDev Жыл бұрын
@@mikesantiago_ I'm not sure why that is because you should be able to.
@arunkumarTdr Жыл бұрын
Please post a video on how to deploy sveltekit with node-adapter in shared hosting that supports nodejs (in my case : a2hosting - turbo plan ).
@JoyofCodeDev Жыл бұрын
The next video is on deployment! 😄
@arunkumarTdr Жыл бұрын
@@JoyofCodeDev if possible please do it in a shared hosting environment with cpanel , its very Important for me , tried deploying and failed many times.
@waffle-codes-js Жыл бұрын
whats your code theme? I like it :)
@JoyofCodeDev Жыл бұрын
You can find a link to what I use in the description.
@pickavana8056 Жыл бұрын
Do you offer a svelekit training course?
@JoyofCodeDev Жыл бұрын
I plan on making one in the future! 😄
@pickavana8056 Жыл бұрын
@@JoyofCodeDev Look forward to it.
@jeremiah2562 Жыл бұрын
Devops for sveltekit with prisma please 🙏🙏🙏
@arunkumarTdr Жыл бұрын
what's the snippet extention You are using ?
@JoyofCodeDev Жыл бұрын
You can make snippets in VS Code without an extension but I use Easy Snippet to make it easier.
@ROX2 Жыл бұрын
did you know that hooks don 't work in sveltekit with static-adapter ?
@ABsazerNer Жыл бұрын
that's really wonderful, but your video makes me more confusing when should i use hooks and when shouldn't
@JoyofCodeDev Жыл бұрын
You don't have to think about it until you need it because there's no alternative to what you can do with hooks.
@twd2 Жыл бұрын
😍😍😍😍😍
@HisSonsMusic Жыл бұрын
anyone else getting "Property 'user' does not exist on type 'Locals'"?