so in the line export let data; is the keyword data reserved or can i name it anything? also which types can i use for export const load? I used PageServerLoad but are there any other types?
@skylark.kraken2 күн бұрын
You lost me at Tailwind, kinda wish I had known you were going to ruin it with that earlier than 1:26
@bikerd124 күн бұрын
Nice job.
@helenrebmann39484 күн бұрын
10/10 - you’re a great help. Thanks
@sortof.damocles4 күн бұрын
Love the Svelte content! An updated tutorial using Svelte 5 practices would be awesome!
@raquebulhasan98045 күн бұрын
Your video is very helpful for understanding the documentation better.
@bozidarbralic193716 күн бұрын
Hope you'll do some stuff on FormSnap, Snippets, ShadCn/svelte and please update your course Modern SaaS Apps with SvelteKit, Stripe, & Supabase to Svelte 5 <3. If we were to use effect in the [slug] instead of onMount we'd have to untrack post add otherwise we're gonna run into maximum call stack exceeded? $effect(() => { untrack(() => toastState.add('Welcome to post', 'We hope you enjoy this read', 10_000)); });
@XiaZ21 күн бұрын
Write your own reducer instead of using build in method just for a cart quantity because you think it's slow is the prime example of premature optimization.
@Rcls0121 күн бұрын
Only works on the server if you have sessions / cookie. Does not work client side, if you have a token stored in memory, or localStorage.
@beeboopmeow24 күн бұрын
amazing video, congratulations
@hosseinse407925 күн бұрын
plz convert this to svelte 5
@j0hnc0nn0r-sec28 күн бұрын
Just came across your videos. I’ve been looking for something like this for a while. Please continue to make more.
@1DJRikkiBee28 күн бұрын
This would be great if it didn't use Tailwind.
@Rubberduckerino29 күн бұрын
How would it work if the form was an component?
@ikniz200529 күн бұрын
insane guide, I have to say. This helps me alot
@good-dev-studentАй бұрын
Where are you 4 months i miss your videos 😢
@thorsteinssonhАй бұрын
you and shadcn are geniuses -- this is a wonderful project, speeds things up for MVPs of say SaaS websites at least 10x -- besides huge collection of reactive components, the block examples are the thing that lands users I think fast -- I hope this grows fast with good contribs on github because this is really amazing work, thank you! A little refactoring of the nav/header into +layout.svelte and you are pretty much there.
@AlexvanderValkАй бұрын
I'm implementing something like this, but the setContext method is still running on the server during SSR. So does that ToastState on the server just get ignored?
@LarcenIIIАй бұрын
Love your videos Huntadev!
@remco9893Ай бұрын
For those that have issue with not being able to find "global", you need to `pnpm i @types/node` This should fix it. And if you're confused why it can't find Actions from "./$types", start up your SvelteKit project once it should then recognize it afterwards.
@balthasar218Ай бұрын
suddenly now is all deprecated
@alexscott4277Ай бұрын
This is brilliant, thank you very much! Just need to add Nginx proxy manager and Mosquito! 😂
@ayushkarki1880Ай бұрын
Great Video!! One think that we have to keep in mind is that handle hook doesn't get run for every request received by server. for example a route without a load function doesn't invoke a handle hook.
@gorbulevsvАй бұрын
Thank you, useful information!!
@WooSup111Ай бұрын
Looking this video end of 2024. Seems like the issue is fixed already. without await parent() load function doesn't proceed
@coderwolfie2201Ай бұрын
wow you made vs code better. I never knew these settings existed or that I needed them.
@jporreАй бұрын
Great video Hunter ! always learning new things from your fast paced presentations. I was wondering how would this approach change to include svelte5 , and make use of tool calling, embeddings, multimodal and realtime api.
@jacobgoldenartАй бұрын
Thanks! Great to see your thought process as you approach these various UI tasks. Great pace too, not too fast like other tutorials where I constantly have to pause the video. : )
@phillbaskaАй бұрын
can cva objects be dynamically updated? e.g kept in a store and referenced, then changed using a function?
@saiphaneeshk.h.5482Ай бұрын
Very very new to svelte (just planning to start with it actually). Is there a way to have them globally or something like that instead of going through bind n all? Like how redux is used in react?
@marcialabrahantes3369Ай бұрын
what about svelte 5 now 😂
@7heMechАй бұрын
I love this, I'm at 3:04 and want to implement this, but it's getting very late and I have to wake up early, so I'm leaving this comment in hope that somebody will leave a comment and remind me about it. Thanks.
@Loui3HunnaАй бұрын
Can you make an updated guide for clean components with svelte 5?
@johnsutor203Ай бұрын
RIP Lucia you will be missed
@dondragon2Ай бұрын
what is that VSCode extension that is you are using to give the tailwind styled HTML elements?
@steffengroenandersenАй бұрын
Noob question: How come ShadCN-svelte have more components than Bits UI if it is built on top of that? Like data table for example.
@ElronFunWeb2 ай бұрын
That's so cool!
@oeaoo2 ай бұрын
Experts, what Svelte is not the best for? I am not in FE at all.
@fakenews.2 ай бұрын
Awesome video! I've been struggling moving away from stores in svelte 4 and this video unblocked me. Keep up the great work and more Svelte 5 & SvelteKit 2.0 videos please!
@fabiancwb56552 ай бұрын
i wonder why this guy runs, insted os speaking.
@hmiiro2 ай бұрын
Great Stuff @Hunterbyte as always. any update on new episodes you had in the queue?
@tiljaray2 ай бұрын
I can't wait to see more svelte 5 videos
@andrewthomas39472 ай бұрын
Can I cache these streamed promises??
@SuperQuwertz2 ай бұрын
And awesome tutorial, more Svelte 5 stuff please! :D
@SuperQuwertz2 ай бұрын
Can't it also simply be a module which has side-effects when loaded?
@mr_mcgrew2 ай бұрын
I've watched the whole series before attempting to follow the tutorial, and I love it. But when I started working through it today everything went awry at the step to add tailwind. I'm basically prompted to create a whole new Svelte project inside web. I presume something changed between now and then. If you have time some updated directions for that stage would be great. Right now I'm just frustrated against a brick wall.
@iuliancarnaru9542 ай бұрын
nice work, I love the approach of figuring out stuff and thinking process
@AndreaBarghigiani2 ай бұрын
Great video man! Please keep up with real use cases video as this one. Also, I love your livestreams as well but since them are just a your stream of thoughts could I ask if you'll be able to extract the juicy parts from them and make shorter video? Tbh it could just be a cut-and-republish kinda of approach, you don't need to re-record the concept, just share it 😅
@devt.97122 ай бұрын
Thank you soo much I've been frustrated for hours googling and asking AI your videos are much better, this video tought me a lot and In a simple manner God bless