5 Things I Wish I Knew When I Started Using SvelteKit

preview_player
Показать описание
Been wanting to make this one for a while, hyped that Svelte 5 is getting closer, there will be so much to talk about...

my stuff

timestamps
00:10 Number 1
1:38 Number 2
3:26 Number 3
5:20 Number 4
6:40 Number 5
Рекомендации по теме
Комментарии
Автор

Worth noting that Svelte actually does not "need" the ecosystem react has because it already has it from a decade or two ago. React's ecosystem is so large partially because we needed to take every JS framework people worked in and "wrap" it in React for optimization and compatibility.

Svelte does not need wrappers so your vanilla JS libraries just work.

RikunoFilms
Автор

3:51- This is precisely why I love Astro, you can just code in whatever framework you like and even mix-n-match. It resembles the Svelte workflow relatively closely and it does many of the things Svelte is known for as well. It's even got a built in backend for API endpoints and you showed in a recent video how to plug-in Hono.js into those HTTP handler functions very easily(which I am doing for my own project).
On a side note, I just love plugging in Hono into the Astro.js backend because it really makes things flexible and in case you need to host your project in a specific way or need to change framework to let's say Next.js, it's very convenient because you don't have to rewrite your backend or modify it much.

s.adnansami
Автор

Could you please do a compressed crashcourse of each feature to clearly distinguish what runs on the client/server (and in which use case you would do each option)? Still struggling 😭 Gotta take the time to go read the full tutorial but a video would be nice too. Thank you!

MadeInJack
Автор

I started learning full-stack development in like 2020ish and SvelteKit played a huge role in that. I now use NextJS at my job. All this framework based development really makes me appreciate the client and server model lol. Back when I first started, wrapping my head around what happened on the server vs client was tough. Now I pretty much got it, but I recently had a situation where I had to explain what runs where in NextJS and I had one of those moments where, as I was explaining it, I was thinking "This may be a little too complicated" lol. Also certain components like a table with a search, filter, and sort or even an infinite scrolling feed are easier to code as just client components that do an initial fetch on page load then one on every query update. Idk if this is a grass is always greener situation though

MerkieAE
Автор

Your channel is awesome for a svelte newbie like me

rasibn
Автор

You're still saying "lew-see-jah"! 😁I've been working with Sveltekit for months and did NOT know about streaming! 🤯Awesome video.

strmchsr
Автор

Awesome video Ben! I love how SvelteKit is becoming sturdier each day that passes. Definitely my tool is choice for web development right now.

FilipeFreire
Автор

Svelte ecosystem is JS ecosystem, not some weird react-way wrappers without any proper documentation. Compare Apache Echarts and how simple its usage is in Svelte vs its react wrapper which is abysmal.

boccobadz
Автор

I wonder why you mix arrow function syntax and regular function syntax right at the beginning in the video with the load function file?

s.adnansami
Автор

1 min in the video and I have already leared something new. Thubms up

karim-gbnx
Автор

Can you do a video analyzing what kind of usage a production app is going to use on something like Vercel? Since there is so much SSR, every page view is a serverless function execution, so how does that use up your quotas?

portalteam
Автор

Hello, ben thank you for this beautiful video, but i have one question, are runes stable to start usingg them, i know they are built as signals like in solid quick so they are really amazing

gamingwolf
Автор

this was a really nice video...seriously

paulcalebayibaemiotokolo
Автор

Watching Codevolution channel is my tip ❤

adel.dev.account
Автор

I picked up svelete kit about a month ago, spent some time with it and wrote a test app. I was loving it right up until I looked at what it took to deploy it. That is where I bailed out, what a mess.

cbaesemanai
Автор

that you should have stuck with react all along?

nixoncode
Автор

Here’s my 5 things:

1. I should of just used react.
2. I should of just used react.
3. Why didn’t I just use react?
4. I should use react.
5. I’m only using react.

realitydesigners