SvelteKit and TypeScript Course - Build A Type-Safe SvelteKit 1.0 App

preview_player
Показать описание


0:00 Intro / project showcase
1:13 Create initial user interface
16:50 Create typed store (typed writable)
29:45 Add typed properties to Svelte component
38:00 Final project, thank you for watching!
Рекомендации по теме
Комментарии
Автор

Wow, Cooper lately you’ve been on fire 🔥🔥🔥 Keep up the great work your channel is awesome.

salahaldinedouard
Автор

Just discovered your channel via the Svelte Ecommerce video and I'm so happy I did!
Very well explained and the content feels relative and interesting.
Been working with Svelte for a while now, but haven't touched much Typescript, so this channel is a perfect match. Please keep it up and I will watch every video you put out 🤩🔥

LouiHunna
Автор

Awesome, completed this but now it would be cool if you had a video showing how to convert this into local store or integrate with drizzle

Jake-bhhm
Автор

Great tutorial as always. Thanks - I found it really interesting having not done a great a deal of SvelteKit Dev before.

paulthomas
Автор

Wow such an amazing little tutorial! I understand all you have shown here. Thanks!

meka
Автор

This is really cool. I mean svelte is cool too but I appreciate you showed an entire example.

jhonyortiz
Автор

Thanks for the vid. Was very tight and well done.

MikeZornek
Автор

Just a small remark: Types could be a lot better if you'd use utility operators like Partial, Pick or Omit instead of duplicating your types as two independant things with common values.

sebuzz
Автор

found your channel and I love it! Thank you! Could you do a SvelteKit Auth tutorial with credentials and mongodb or something :>

TheFoxstory
Автор

you can extend interfaces to avoid code duplication mate

kerodfresenbetgebremedhin
Автор

Amazing tutorial. I got all the way towards the end, but when I start the +page.ts file, I get an error alying that the module "PageLoad" doesn't exist on $types. I can't work it out from there.

jamiewalker
Автор

Sveltekit have own backend? Thanks you

bambanx
Автор

This is an an awesome Sveltekit + Typescript tutorial, by far the best, have learned a lot about typing variables, objects with interface in app.d.ts, this is a valuable lesson, thanks a bunch, you are the man 👍🤩😍😘😀🙏

maskman
Автор

my CodeBlock works in npm run dev, but when i build my sveltekit-app highlight.js doesn't do its job :(

TheMrSinek