Understand How Data Flows Through SvelteKit

Understand How Data Flows Through SvelteKit

Joy of Code

1 год назад

18,055 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@SaidElnaffar
@SaidElnaffar - 10.12.2023 12:58

This is a GEM video -- each second in this video counts!!!! It should be part of the official documenation of SvelteKit!

Ответить
@rod5751
@rod5751 - 16.11.2023 12:20

Head spinning but very helpful - thanks!

Ответить
@eduardovega8851
@eduardovega8851 - 25.10.2023 01:59

I fucking love you

Ответить
@paolo-e-basta
@paolo-e-basta - 31.07.2023 15:55

Thanks

Ответить
@TheAabbccddee12345
@TheAabbccddee12345 - 28.07.2023 18:50

Thank you for this gem of a video.

Ответить
@redumptious2544
@redumptious2544 - 22.07.2023 11:13

Wow. Another great video honestly!!
Do you have that excalidraw canvas exported somewhere. I feel like it would be a nice cheat sheet for newcomers.

Ответить
@00044441
@00044441 - 25.06.2023 22:44

well that was a clear lesson on how routes work thanks

Ответить
@nathanellis7819
@nathanellis7819 - 15.06.2023 13:04

You are a legend. Thank you

Ответить
@RodrigoDAgostino
@RodrigoDAgostino - 20.05.2023 22:00

I’m honestly really grateful to you for all the effort you put in your content. It’s amazing how you find ways to put complicated things in very simple terms and illustrate them in a very friendly way :) Just don’t rush so much! xD

Ответить
@jamiewalker1745
@jamiewalker1745 - 20.05.2023 14:16

Amazing.

Ответить
@AakashGoplani
@AakashGoplani - 17.05.2023 14:40

I am still finding it hard to understand role of +[file].server.ts and +[file].ts (where file -> page / layout).

+[file].server.ts => executes codes on server side which means if I have any logic that I want to server-side render, I'll pick this file. This much is clear to me.

+[file].ts => executes code on both server and client. I don't understand purpose of this file. If I want certain piece of logic to execute on server, I will use +[file].server.ts & if I want that logic to execute on client side, I could use any of svelte life-cycle hook. This would save me from repeatedly checking if (browser) { .. }

Can anyone help me clear this thought process.

Ответить
@rahulxcr
@rahulxcr - 17.05.2023 00:55

Thanks. This is very helpful.

Ответить
@phoneywheeze9959
@phoneywheeze9959 - 15.05.2023 19:30

still didnt understand use:enhance. Maybe a comparison video that illustrates with and without use:enhance would help!

Ответить
@user-bt2bi7cn2w
@user-bt2bi7cn2w - 14.05.2023 14:32

Very good tutorial! Thanks

Ответить
@cowabunga2597
@cowabunga2597 - 14.05.2023 07:34

Whoever does your thumbnail give them a raise 😌 amazing

Ответить
@argonjs
@argonjs - 14.05.2023 06:19

Awesome! 🔥

Ответить
@onepointproduction9092
@onepointproduction9092 - 13.05.2023 16:06

Superbbbbb content

Ответить
@WyzrdCat
@WyzrdCat - 13.05.2023 11:33

🔥💥⭐🌟⭐💥🔥

Ответить
@simonnice9030
@simonnice9030 - 13.05.2023 09:54

I love Svelte and Sveltekit. I work with it daily and I can't imagine a stack without it.

Ответить
@StephenDeLong
@StephenDeLong - 13.05.2023 05:11

Great content as usual! Laying it out in digestible formats AND an article to read for more review. Premium stuff here!

Ответить
@omomer3506
@omomer3506 - 13.05.2023 05:02

So what about if you are doing a get request inside your svelte component, is it the very last thing thst will run?

Ответить
@noaudiochannel3131
@noaudiochannel3131 - 13.05.2023 03:28

The amount of value in your content is crazy. It feels like I am always learning something new in these videos. Keep these videos coming.

Ответить
@dheerajs2838
@dheerajs2838 - 13.05.2023 02:19

Thanks!

Ответить
@entrenadorhispano
@entrenadorhispano - 12.05.2023 23:34

Hi! one question... What abour Service workers? I think it may be before even hooks isnt it?

Ответить
@efimgibsun7969
@efimgibsun7969 - 12.05.2023 23:33

Thank you, this video is obviously great tutorial

Ответить
@fleq6542
@fleq6542 - 12.05.2023 22:00

This is my favorite video so far for sure. I tested this myself to learn, because understanding this is essential imo to develop properly. Helped me clear up a lot of doubts I still had. Thank you!

Ответить
@rickhoro
@rickhoro - 12.05.2023 21:00

Brilliant presentation of data flow in svelte. I have trouble with your videos because you move so fast, lol! I have to run them at .75X speed, but I will use this as a reference if I have to review this in the future. Thank you for doing this and providing the code so we can play with it ourselves.

Ответить
@Nukhtarov
@Nukhtarov - 12.05.2023 20:16

Thank you! Can you please make a video of the superforms components?

Ответить
@wild_rage
@wild_rage - 12.05.2023 19:26

Hvala matija!

Ответить
@BryanKlein
@BryanKlein - 12.05.2023 19:22

Thank you for the clear and coherent explanation.

Ответить
@funnynews341
@funnynews341 - 12.05.2023 18:59

The heart of sveltekit in this video, SPA and SSR all here, thank you so much!

Ответить
@Allformyequine
@Allformyequine - 12.05.2023 18:43

I love you are reviewing things that confuse or trip people up when developing with SvelteKit!! You rock! Keep them coming!

Ответить
@kazagi
@kazagi - 12.05.2023 18:36

i spend a tons of time to find how the data flow is but i dont understand that clearly and bommm u made it in 25mins . Thank u <3

Ответить
@danibri
@danibri - 12.05.2023 18:31

Very good video !! Continue like this 🔝🔝

Ответить
@suvrotica
@suvrotica - 12.05.2023 18:06

Love your stuff. Did you see vercel has new storage option. Could you make a video on that.

Ответить
@Huntabyte
@Huntabyte - 12.05.2023 17:51

2nd!

Ответить
@Lukehagar
@Lukehagar - 12.05.2023 17:41

First!

:P

@JoyofCodeDev I love your content

Ответить