SvelteKit in 100 seconds

  Рет қаралды 402,054

Fireship

Fireship

10 ай бұрын

Learn the basics of the SvelteKit - a metaframework that can fetch data and render Svelte web applications on the server. Find out how it compares to other fullstack tools like Next.js for React and Nuxt for Vue.
#webdevelopment #javascript #100secondsofcode
🔥 Get the full SvelteKit Course fireship.io/courses/sveltekit/
Upgrade at fireship.io/pro
Use code YT25 for 25% off PRO access
💬 Chat with Me on Discord
/ discord
🔗 Resources
SvelteKit kit.svelte.dev
Svelte in 100 Seconds • Svelte in 100 Seconds
Nuxt in 100 Seconds • Nuxt in 100 Seconds
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is SvelteKit?
- Who created Svelte?
- Best web development frameworks
- Easiest JS frameworks to learn
- SvelteKit quickstart tutorial
- SvelteKit vs Next.js
- SvelteKit vs Nuxt

Пікірлер: 626
@Fireship
@Fireship 10 ай бұрын
If you like getting stuff shipped, then you'll love SvelteKit. Try it out in the full course fireship.io/courses/sveltekit
@ofallcodeandmore5502
@ofallcodeandmore5502 10 ай бұрын
first
@TheJackTheLion
@TheJackTheLion 10 ай бұрын
second
@jakobnoergaard2523
@jakobnoergaard2523 10 ай бұрын
The OnlyFans link… 😂
@universaltoons
@universaltoons 10 ай бұрын
sus
@SamuelHauptmannvanDam
@SamuelHauptmannvanDam 10 ай бұрын
Looks incredible. I would love for you to show the difference between this and angular with firebase functions. I'm not sure if there would be much of a difference or how it would work, if you are already hosting of firebase, what would then happen? These functions would still have to be deployed somewhere right? Or what am I missing?
@hunterbertoson156
@hunterbertoson156 10 ай бұрын
Thanks! Putting 10 years of SvelteKit experience on my Resume now.
@Qefx
@Qefx 10 ай бұрын
10 years, 100 seconds... in Javascript its all the same!
@repairstudio4940
@repairstudio4940 10 ай бұрын
😂 same
@larryd9577
@larryd9577 10 ай бұрын
​​@@Qefxonly if you compare them with a double equals
@CappaLimk
@CappaLimk 7 ай бұрын
Isn't it going to be hard to get a job in sveltekit because most companies use React,Angular and Vue.js
@knorrepotje22
@knorrepotje22 7 ай бұрын
@@CappaLimk seeing more and more companies starting to use Svelte tho.
@ardinhelios5677
@ardinhelios5677 10 ай бұрын
I had been a hardcore react lover, then had to learn vue for work.. but lemme tell you I was mind blown when I started using svelte and svelte kit.. the components look nothing like their cluttered counter parts. For anyone sceptical about learning svelte, I highly recommend try it out once, working with react and vue will feel like rubbing stones for fire, while svelte being a very convenient lighter
@wojciechosinski5927
@wojciechosinski5927 10 ай бұрын
What are your thoughts of Vue compared to other two? I like the reactivity system there, but any operation on "raw" elements is a pain
@lautarobernati2557
@lautarobernati2557 10 ай бұрын
you'll drop dead when you touch angular then
@saadahmed688
@saadahmed688 10 ай бұрын
Vue with is pretty much like svelte
@daleryanaldover6545
@daleryanaldover6545 10 ай бұрын
@@saadahmed688 vue 3 literally took the idea from svelte, *react 13 also copied their homework from svelte. This says more about svelte itself. Edit: *Well it's Next 13, but the point still stands.
@nullpointer1755
@nullpointer1755 10 ай бұрын
@@saadahmed688 Vue still uses a virtual dom, which makes using JS libraries a pain, because you'll have to use a wrapper library (if the wrapper library exists of course, orthewise you'll have to make your own or use another library). This is not a problem with Svelte, you can integrate pretty much any JS library.
@beganovich
@beganovich 10 ай бұрын
Tip: You don't need to import PageLoad type, `export let data` will be automatically typed and provide autocomplete by the extension & LSP itself.
@deeOOgh
@deeOOgh 10 ай бұрын
True, but only in vscode afaik. You want to keep that if you or others in your team use other editors/IDEs
@lucas.p.f
@lucas.p.f 10 ай бұрын
Yes, but it's a bit messy. I get typescript errors all over the place when not typing data or form variables. It's best to type it
@dekeijzergeorge9974
@dekeijzergeorge9974 10 ай бұрын
nvchad ftw
@shubhambhattacharjee1111
@shubhambhattacharjee1111 10 ай бұрын
It seems to also work on nvim actually now.
@deeOOgh
@deeOOgh 10 ай бұрын
@@shubhambhattacharjee1111 I thought it would just be a matter of time 🙂. Glad to hear, thanks for the info!
@SvelteSociety
@SvelteSociety 10 ай бұрын
Since a while back you don't even need to include the PageData types or import from ./$types! Just omit it and it'll work out of the box as long as you're running the dev server! :)
@Davidlavieri
@Davidlavieri 10 ай бұрын
If it's not dev server then what 😂
@SoloElROY
@SoloElROY 10 ай бұрын
@@Davidlavieri If it's not dev server you won't need types (?
@SoloElROY
@SoloElROY 10 ай бұрын
@@Davidlavieri I'm guessing just the linting won't update if the dev server is not running
@icarojose6316
@icarojose6316 7 ай бұрын
It does t lwork in my pc
@abtix
@abtix 10 ай бұрын
I’m so glad you’re making videos about svelekit. I also loved the sveltekit course on your website
@dision9470
@dision9470 10 ай бұрын
I'm all for sveliket videos.
@tens0r884
@tens0r884 10 ай бұрын
@@dision9470 for sure, definitely prefer sovelkut over verbose things like react
@thenewdesign
@thenewdesign 10 ай бұрын
What's the link to the course?
@zuma206
@zuma206 10 ай бұрын
@@dision9470 same man, can't wait for more svalbard content
@perorbem
@perorbem 10 ай бұрын
Fireship somehow always manages to make a video about the exact subject I'm learning about
@marlo-ji
@marlo-ji 10 ай бұрын
Why am I here?
@smolley
@smolley 10 ай бұрын
I literally started looking into SvelteKit 2 hours ago. This is kinda creepy, ngl.
@elpupper_
@elpupper_ 10 ай бұрын
he lives in ur walls
@gigiopincio5006
@gigiopincio5006 10 ай бұрын
he cheats by making videos about every possible subject
@maxwellkjr
@maxwellkjr 10 ай бұрын
He is an AI after all. Constantly learning and reading our minds
@SirDamatoIII
@SirDamatoIII 10 ай бұрын
Dang this was awesome Jeff, it’s a concise 100sec version of the course! Saw things noted that I missed when going through the course - which was excellent btw!
@natouche68
@natouche68 10 ай бұрын
I swear this guy has superpowers, I just started a new project with Svelte kit last week ! Svelte and svelte kit are so nice, it's juste a perfect stack !
@jackdavenport5011
@jackdavenport5011 10 ай бұрын
I’ve recently been trying out svelte kit and it’s honestly made web dev fun for me again. I’m honestly kind of dreading having to go back to React for my work because Svelte is just so much cleaner.
@galaxiapixel
@galaxiapixel 10 ай бұрын
A few days ago I inherited a huge project in React. It was slow, its code very dirty and with many rendering errors to correct. In a week I reimplemented almost the entire system in svelte kit, and the system is different, the users were really amazed by how fast the system was and how scalable it was.
@user-re8lt2gy3g
@user-re8lt2gy3g 10 ай бұрын
Wait until you want a specific functionality, u will need to implement it ur self
@sxlbrads
@sxlbrads 10 ай бұрын
I'm starting out in web development and Svelte has made things so much easier for me. Currently using it for my first serious project :)
@ajohndaeal-asad6731
@ajohndaeal-asad6731 10 ай бұрын
I highly recommend it
@Dipj01
@Dipj01 10 ай бұрын
that's great. Unfortunately, you'll still have to learn React or Angular since most of the jobs use those. Hopefully Svelte will continue to get more adoption
@elhaambasheerch7058
@elhaambasheerch7058 10 ай бұрын
Jeff never stop making these videos, they're awesome! Also would love to see these: Zustand in 100 seconds SWR in 100 seconds Jotai in 100 seconds tRPC in 100 seconds Drizzle in 100 seconds
@BrUSomania
@BrUSomania 10 ай бұрын
I just recently started using frameworks and I gotta say Svelte made it much easier getting into than the others (especially compared to React).
@cre8ive65
@cre8ive65 10 ай бұрын
I've had SvelteKit in production for coming up on 2 years now (Yes we shipped using the beta lmao) and looking back I would GLADLY do it again, even with the beta growing pains.
@Algoinde
@Algoinde 10 ай бұрын
"Shipped on beta" checking in, 1.5 years, 100k users, zero regrets. And the RC migration was an excuse to rewrite tech debt anyway :)
@jakobsturm2438
@jakobsturm2438 10 ай бұрын
Same
@younlok1081
@younlok1081 10 ай бұрын
how will you manage if you have also a mobile app that will request data with api routes
@ko-Daegu
@ko-Daegu 10 ай бұрын
@@younlok1081 I really wonder how to use full stack web frameworks when you have IoT/mobile/Desktop apps
@Algoinde
@Algoinde 10 ай бұрын
@@younlok1081 you create api routes with js files and use those in both. Sveltekit is smart enough to handle this for SSR too.
@bryamalfaro
@bryamalfaro 10 ай бұрын
Thank you for that video, it's amazing. I've just started studying about Svelte and I already love it.
@HONjramiroz98
@HONjramiroz98 10 ай бұрын
As a Sveltekit developer I loved this video And most importanty I’m glad to understand it !!🎉
@seyyedkhandon
@seyyedkhandon 10 ай бұрын
Wowwwwww, I've never thought sveltekit is this beautiful, I've always just heard of it... thanks mann😍😍
@MarthinusBosman
@MarthinusBosman 10 ай бұрын
Perfect! I realised there was a bunch of stuff I wasn't aware of in sveltekit and was looking for this
@ShiloBuff
@ShiloBuff 10 ай бұрын
I love SvelteKit and glad you have a video on it to spread awareness of it.
@zb2747
@zb2747 10 ай бұрын
I’m happy with how much growth svelte has made in the last 2 years
@shane3744
@shane3744 10 ай бұрын
The server features of SvelteKit are super nice and intuitive. I'd love a video about your take on React Server Components and the latest version of Next using them.
@AWIRE_onpc
@AWIRE_onpc 10 ай бұрын
Always wanted you to make a video about sveltkit.
@bparlan
@bparlan 10 ай бұрын
just love your existing and love of humanity man.
@gokudomatic
@gokudomatic 10 ай бұрын
To be exactly, Sveltekit is your most beloved web framework in the world. Still worth checking it out, thanks to your quick introduction.
@misakpoghosyan1263
@misakpoghosyan1263 10 ай бұрын
THE TIMING ON THIS!!! I was looking into your old videos about React, Next.js/Svelte, SvelteKit comparison to decide which stack to use on my next project, and this drops...
@arytiwa4351
@arytiwa4351 10 ай бұрын
I use it on day to day basis and LOVED it 😍
@johnnycatsville5486
@johnnycatsville5486 10 ай бұрын
I'm with Svelte for years, best framework ever, just no jobs positions lol
@febryanap
@febryanap 10 ай бұрын
Sveltekit is the second javascript framework I've been use. Coming from React and surprised because how they handle things very simple.
@zelesim
@zelesim 10 ай бұрын
this looks tidy, organized and easy to understand
@tomascz
@tomascz 10 ай бұрын
I love SvelteKit, for me best JS framework. Great video 👍
@XDarkGreyX
@XDarkGreyX 10 ай бұрын
I recently started building my first medium-sized app with it. I am not that deep into it yet, but damn am I excited.
@TheJackTheLion
@TheJackTheLion 10 ай бұрын
YES! I have dreamed about this moment that Fireship does SvelteKit
@jeffbenson3222
@jeffbenson3222 10 ай бұрын
I didn't see where the video compared SvelteKit to Next.js and Nuxt - would like to learn more about that!
@user-lq7xz1th4x
@user-lq7xz1th4x 10 ай бұрын
Svelte always deserves more recognition than it gets.
@svampius2448
@svampius2448 10 ай бұрын
I'm really hopeful to see a video on Blazor United, the .NET 8 version of Blazor that can switch between server-rendering and WASM at the component level! This is a game-changer and I believe it's set to give other frameworks a serious run for their money. Keep up the fantastic content, Fireship!
@ahammadalipk
@ahammadalipk 10 ай бұрын
Will be front runner sure , but the caveat is , it is not open source right?
@erickmoya1401
@erickmoya1401 10 ай бұрын
.Net? Dafuk?
@svampius2448
@svampius2448 10 ай бұрын
@@ahammadalipk It's open-source, like the rest of .NET since it became .NET Core back in 2014!
@aykuncetinkaya6201
@aykuncetinkaya6201 10 ай бұрын
As a freelance dev can't imagine web development without Sveltekit and chatgpt. My life is way easier now.
@bjbegui
@bjbegui 10 ай бұрын
I'm currently working with a SevlteJS/Quarkus application and loving it.. hopefully i can do more.
@Killtec
@Killtec 10 ай бұрын
i am already using sveltekit and i fucking love it. I am coming from a C# background, tried Angular but really fell in love with sveltekit, this is a great overview!
@tycooperaow
@tycooperaow 10 ай бұрын
Yeah when I was using React and Angular it gave me backpains
@kaleabmelkie
@kaleabmelkie 10 ай бұрын
One I've been waiting for... Note: You no longer need to manually type `PageData`, `PageLoad`, etc. types... it automatically just knows what `export let data` and load functions are
@ikechukwucharles2314
@ikechukwucharles2314 10 ай бұрын
Finally, been waiting to learn more about sveltekit.
@ziondotson6157
@ziondotson6157 10 ай бұрын
Svelte and SvelteKit really made my life easier. Unlike React, React can only make things worse and as complicated as possible.
@AHN1444
@AHN1444 10 ай бұрын
I learned React and Next lately, like a couple of months from now, it was a big paradigm change in comparison with PHP for backend and jQuery in frontend. React really made interactivity much simpler, but it has some really bizarre things and too much boilerplate code for simple things. Now on the other hand, Svelte? It's all the good from React and Next but without all the nonsense. I am loving Svelte, it's great! =)
@juannicolai8771
@juannicolai8771 10 ай бұрын
Amazing tool! The best js framework ever
@roldyclark
@roldyclark 10 ай бұрын
literally just started a fresh sveltekit project at work, like installed sveletkit at the same moment you uploaded...
@aladeadeseun5288
@aladeadeseun5288 10 ай бұрын
Thanks bro. Looking into svelte now.😊
@brett84c
@brett84c 10 ай бұрын
I desperately want Svelte to start getting mainstream adoption. I'm so tired of React and Angular is just pure pain (though necessary if you want more job opportunities to choose from). Used Svelte for several projects this past year and it is such an incredible developer experience.
@thekinoreview1515
@thekinoreview1515 10 ай бұрын
Svelte + Kit is the best framework I've ever used
@jondoe79
@jondoe79 10 ай бұрын
Svelte, Vue are prime examples of one man vs tech giant
@unknown-user001
@unknown-user001 10 ай бұрын
One thing is clear is tech giants love to make things complicated and its size enormous
@HorsiMusic
@HorsiMusic 10 ай бұрын
Exactly. And both Vue and Svelte whoop reacts butt.
@user-re8lt2gy3g
@user-re8lt2gy3g 10 ай бұрын
Svelte and vue vs react and angular
@marusdod3685
@marusdod3685 10 ай бұрын
@@HorsiMusic both vue and svelte produce bigger bundles than react. that is because they wrap components in a lot of boilerplate code while react just lets the engine do all the heavywork. they are not really any faster
@liquidsnakex
@liquidsnakex 10 ай бұрын
​@@marusdod3685 Get lost, react fangirl. That kind of BS doesn't work when anyone can see the benchmarks for themselves lol
@damnnn.
@damnnn. 10 ай бұрын
I've started to learn Svelte/Sveltekit with Fireship videos and i love it. Sveltekit is faster than Nuxt,Next,Astro, Express etc. Directly to the point and no boilerplate codes. Thanks to Rich Harris, Svelte team and Fireship.
@jh-devv
@jh-devv 10 ай бұрын
I was just making a sveltekit site, nice :)
@thavrisco1632
@thavrisco1632 10 ай бұрын
Nice to see a more modern video on this.
@boredSoloDev
@boredSoloDev 10 ай бұрын
FINALLY, I was waiting for the hype train so I can flex learning it
@errorcodezero_
@errorcodezero_ 10 ай бұрын
how is it that the second i open a new svelte kit project this video gets made wow
@LexicalNoScope
@LexicalNoScope 10 ай бұрын
Waiting on a Proompt-Kit video. I know nothing about the extremely low level JavaScript frameworks used under the hood but after completing my proompt boot camp, I have now built a fully functional web app that displays all manner of abstract art.
@JetJockey87
@JetJockey87 10 ай бұрын
Routes can be defined by any svelte file, which was super weird until they changed the syntax to require prepending the files with the "+" modifier.
@kokizzu
@kokizzu 10 ай бұрын
svelte (without kit) is the best :3 3 other popular (and their server side counterpart) give me such productivity
@xxXAsuraXxx
@xxXAsuraXxx 10 ай бұрын
Keeping an eye on svelte community. When the job opportunities and community libraries are flourishing for svelte then I ll instantly change to it
@alfredaddo651
@alfredaddo651 10 ай бұрын
I always say they couldn’t have chosen a better name. The Svelte is so svelte.
@h8moss766
@h8moss766 10 ай бұрын
Been waiting for this!!
@basione
@basione 10 ай бұрын
SvelteKit is the GOAT! Hope it gets more recognition and adoption.
@i-cannot-clutch8459
@i-cannot-clutch8459 10 ай бұрын
I made my portfolio using svelte and confirmed that if someone were to start web development using svelte, other frameworks won't ever be the same for them.
@axelacosta1674
@axelacosta1674 10 ай бұрын
Cool, I always saw svelte as a not so good framework, but it looks good, even more with svelte kit
@hnazmul
@hnazmul 10 ай бұрын
@47818
@47818 10 ай бұрын
Not so good? What made you think that?
@sven-o
@sven-o 10 ай бұрын
Svelte has been so much fun for me so far, amazing framework!
@Terr590
@Terr590 10 ай бұрын
SvelteKit is amazing!
@LetrixAR
@LetrixAR 10 ай бұрын
I love the magic behind the automatically generated types
@asatorftw
@asatorftw 10 ай бұрын
SvelteKit literally saved my passion for development.
@Joshua-sp1kd
@Joshua-sp1kd 10 ай бұрын
I’m guessing this is now Jeff’s favorite In 100 Seconds video
@peppi69
@peppi69 10 ай бұрын
cool but already outdated. You don't need the "./$types" anymore and also you can know writ a load function a normal function instead of an an anonymous function which i think is more readable
@HeisenbergFam
@HeisenbergFam 10 ай бұрын
Pretty dope tool tutorial to fetch useful data, cheers for the free guide
@ha5anmukhlis
@ha5anmukhlis 10 ай бұрын
sveltekit is the best framework out there
@Samuftie
@Samuftie 10 ай бұрын
Best framework ever.❤
@mopholo
@mopholo 10 ай бұрын
Using Svelte/kit for a major product, a few issues but nothing we couldn't figure out, the pace of change has no become manageable with kit, but it's now slowed to the point that we can catch up and do some refactoring, early adopter problems.
@necrolycoris
@necrolycoris 10 ай бұрын
Ah yes, sveltekit. The framework that i actually understand compared to react or next.js. Cant wait to see more from this underappreciated framework 😊
@marusdod3685
@marusdod3685 10 ай бұрын
if you dont understand react or next it's really your own fault. svelte seems a little closer to vanilla js (it's not), but what it offers in simplicity it robs you in flexibility. react gives you the tools to build anything from scratch and once you understand it all these other frameworks start feeling a little too opinionated
@svoloSlovakia
@svoloSlovakia 10 ай бұрын
Hi, is it possible with Svelte (or do I also need a SvelteKit? or what else do I need?) to create single page app, which will be using separate API (written in PHP, which is also serves the mobile apps)? Currently we have veery outdated static frontend with very old React components, I want to upgrade and re-do the whole web app.
@tristen_grant
@tristen_grant 10 ай бұрын
Yes.
@niagalves
@niagalves 10 ай бұрын
Svelte is the future ❤️
@MarvinPowell1
@MarvinPowell1 10 ай бұрын
Me on the right side of the screen at 2:43.
@niagalves
@niagalves 10 ай бұрын
@@MarvinPowell1😂😂😂
@Jake-bh1hm
@Jake-bh1hm 29 күн бұрын
Please made a svelte 5 runes edition course on your website. I really enjoyed your svelte course on your site. I loved how you used a real life example building the link tree like app… now with svelte 5 being almost stable, I would love to have a full real life example project made from scratch again. Thanks 🙏
@aperture147
@aperture147 10 ай бұрын
using bootstrap and svelte kit is a bless for a backend dev like me
@paulsimpressions
@paulsimpressions 9 ай бұрын
Fireship, thoughts on Astro vs SvelteKit? You mentioned in a different video you were using Astro for your own site. Just curious why that over SvelteKit or others.
@festusyuma1901
@festusyuma1901 10 ай бұрын
Alright, I will learn it
@brianevans4
@brianevans4 10 ай бұрын
I love svelte, but I'm not sold on the idea of tightly coupling it with an API. I've previously used fastify+svelte. Would be interested to try svelte kit sometime
@ShafterPlay
@ShafterPlay 10 ай бұрын
1:32 You don't need to type the data variable anymore, it infers the type automatically! Same goes for the load function and endpoints!
@daedalus5070
@daedalus5070 10 ай бұрын
Heres hoping Svelte takes over! I am sick of React already and am relatively to React 😅
@coolmanabc1231
@coolmanabc1231 10 ай бұрын
I have no idea what your saying but your fancy words are soothing
@CodingWithTaaxo
@CodingWithTaaxo 10 ай бұрын
Hey Fireship, would you please share with us which tool did you use to create the intro Svelte Logo
@vrajshah8075
@vrajshah8075 10 ай бұрын
I want to know too
@iMidnight_
@iMidnight_ 10 ай бұрын
im going to comment here just incase you guys find out
@intheburrows
@intheburrows 10 ай бұрын
jQuery
@CodingWithTaaxo
@CodingWithTaaxo 10 ай бұрын
This guy is here just for the money, he does not care for the others
@NootNooter
@NootNooter 10 ай бұрын
Adobe After Effects, he mentions this in the "This video was made with code"
@readyplayer2197
@readyplayer2197 10 ай бұрын
I just love svelte.
@PhRecovry
@PhRecovry 8 ай бұрын
I'm thinking which I'm going to learn Svelte or Next 13. I know intermediate of React/Next.js 12.5 so i don't know what to learn next🤔
@AlcantaraMC
@AlcantaraMC 4 ай бұрын
I have been learning svelte, and it almost feels like a hack. props to the contributors of this project.
@zedshockblade7157
@zedshockblade7157 10 ай бұрын
The only reason I'm staying with react is because of the job opportunities, but the moment companies adopt Svelte, im ready to go
@unknown-user001
@unknown-user001 10 ай бұрын
True. Staying with react is only for react junky companies
@ridass.7137
@ridass.7137 10 ай бұрын
you better dont miss out then
@s1nistr433
@s1nistr433 10 ай бұрын
Our jobs are gonna be replaced by AI soon, so coding for jobs isn't that important anymore
@sven-o
@sven-o 10 ай бұрын
@@s1nistr433 lmao
@marusdod3685
@marusdod3685 10 ай бұрын
there's no better framework than React
@stuvius
@stuvius 10 ай бұрын
Svelte is a blessing
@zedmagdy
@zedmagdy 10 ай бұрын
talk about Inertiajs with laravel or RoR it's the best stack right now I think
@jamesrbrindle
@jamesrbrindle 9 ай бұрын
Legit question - why do I need yet another JS framework? I’ve had to learn Vue recently for a project which I heavily question why someone made the decision to use it on top of a Laravel project. Its supposed to be SSR but seems to be a lot of JS of our code in the browser. I seem to be writing things three times - front end calls to Laravel, Laravel then calls our API, API fulfills data.
@deekuman
@deekuman 10 ай бұрын
I love nextjs!! wow :)
@asdqwe4427
@asdqwe4427 10 ай бұрын
Feeling the FOMO of Svelte for sure
@rhumbertgz
@rhumbertgz 6 ай бұрын
Which UI library for svelte do you recommend?
@PaulPlay
@PaulPlay 10 ай бұрын
0:42 what kind of application are you building here exactly? Variable names seem a bit sus🤔
@anazi
@anazi 10 ай бұрын
Expo SDK49 deserves a 100 seconds video !
@altaccount648
@altaccount648 10 ай бұрын
Very cool.
@guzidev
@guzidev 10 ай бұрын
❤🎉 I love svelte and sveltekit
@mixxxer
@mixxxer 10 ай бұрын
What is the standard for deploying something like this with server files?
@DrShmuck
@DrShmuck 10 ай бұрын
how do you guys handle async stores?
PostgreSQL in 100 Seconds
2:37
Fireship
Рет қаралды 644 М.
React VS Svelte...10 Examples
8:35
Beyond Fireship
Рет қаралды 516 М.
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 1,2 МЛН
1🥺🎉 #thankyou
00:29
はじめしゃちょー(hajime)
Рет қаралды 79 МЛН
когда достали одноклассники!
00:49
БРУНО
Рет қаралды 4 МЛН
Make me the happiest man on earth... 🎁🥹
00:34
A4
Рет қаралды 8 МЛН
5 Things I Wish I Knew When I Started Using SvelteKit
7:27
Ben Davis - Tech
Рет қаралды 8 М.
SvelteKit is my mistress
4:19
Fireship
Рет қаралды 410 М.
Все о React 19 за 10 минут
10:47
Frontend Fundamentals | Александр Караджиков
Рет қаралды 5 М.
I built a JavaScript framework
10:11
Fireship
Рет қаралды 483 М.
Svelte Is Good For Beginners
9:28
ThePrimeTime
Рет қаралды 71 М.
JavaScript Framework Tier List
40:57
Theo - t3․gg
Рет қаралды 290 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,3 МЛН
Cool Tools I’ve Been Using Lately
23:11
Theo - t3․gg
Рет қаралды 134 М.
ЭТОТ ЗАБЫТЫЙ ФЛАГМАН СИЛЬНО ПОДЕШЕВЕЛ! Стоит купить...
12:54
Thebox - о технике и гаджетах
Рет қаралды 151 М.
Эффект Карбонаро и бумажный телефон
1:01
История одного вокалиста
Рет қаралды 2,7 МЛН
ПРОБЛЕМА МЕХАНИЧЕСКИХ КЛАВИАТУР!🤬
0:59
Корнеич
Рет қаралды 3,7 МЛН