Skip to main content
Svelte

Svelte

SoftwareWikipedia

Search complete. 34 mentions across 8 episodes found for "Svelte".

Sep 8, 2026

Matt LawrenceHOST
26:41
Now go over and use Next.js.
Matt LawrenceHOST
26:43
Okay, but now the job that you're looking at uses Svelte.
Matt LawrenceHOST
26:45
So now you got to go learn Svelte.
Matt LawrenceHOST
26:46
Oh, wait, there's this thing called SvelteKit.
Matt LawrenceHOST
26:48
Now go learn SvelteKit.
Matt LawrenceHOST
26:49
There was Webpack for a while.
Matt LawrenceHOST
26:50
You know, there's all these other things.
Chris CoyierHOST
24:47
We should get on that block on CodePen then.
Chris CoyierHOST
24:49
We have a Svelte secretly.
Chris CoyierHOST
24:50
We have Svelte out now.
Chris CoyierHOST
24:51
Do you know that? Ooh,
Dave RupertHOST
24:53
secret Svelte.
Dave RupertHOST
24:54
That's sweet.
Dave RupertHOST
24:56
That's actually awesome because, yeah, I would like to play with Svelte, but I don't want to download it.
Dave RupertHOST
25:02
I'm like, you know, it sounds rude.
Scott TolinskiHOST
4:05
Yeah.
Scott TolinskiHOST
4:05
You know what I mean? And this is the exact same way that like something like how Svelte does their scope CSS, it generates these kind of wild class names as well.
Scott TolinskiHOST
4:13
So not exclusive to StyleX, that strategy of generating these types of class names.
Scott TolinskiHOST
4:19
I believe the Babel plugin for styled components did the same.
Scott TolinskiHOST
4:25
So yes.
Wes BosHOST
4:27
The difference between the way that Svelte does it and the way that StyleX does it is StyleX gives you a class for every single unique property value pair.
Wes BosHOST
4:36
Whereas the Svelte and like CSS modules and a lot of like the...
Wes BosHOST
4:41
I think it's Panda.
Carl VitulloHOST
8:00
month.
Mark EriksonHOST
8:01
Some of the updates, they now have a increasingly wide range of adapters for different frameworks, React, Preact, Vue, Solid, Svelte, Angular, Lit,
Carl VitulloHOST
8:10
Pine,
Mark EriksonHOST
8:11
Ember, and Octane.

19 MINS LATER

Mark EriksonHOST
27:13
I mean, Swix used to be part of the React ecosystem space.
Mark EriksonHOST
27:17
He was a mod in the subreddit, did a lot of talks.
Mark EriksonHOST
27:21
And then he got involved with Svelte, and then he pivoted to running AI conferences and podcasts.
Mark EriksonHOST
27:28
We've even talked about the energy at React conferences seems to be down, whereas the AI conferences have all the energy.
Andrew DavisGUEST
59:54
And so I was grateful for some, from getting a well-researched stack from a friend of mine whose name is Ruzgar.
Andrew DavisGUEST
60:03
Anyway, I basically took his recommended stack and he recommended Svelte as the JavaScript framework, which is famous for being like the most coveted framework.
Andrew DavisGUEST
60:14
Like most people don't build their apps in Svelte because they've already, you know, been building in some of the technologies, but if, what's it, Stack Overflow's developer survey felt was the JavaScript framework that has been most, people most wanted to build in over many, many years.
Andrew DavisGUEST
60:32
And it's just got a really nice, you know, programming idioms where it's very intuitive the way it's written, and it's got a solid underlying infrastructure.
Andrew DavisGUEST
60:41
So I think if you just go into Cloud Code and you don't specify what you want to build in, it's going to put you in React and TypeScript, which are reasonable choices.
Andrew DavisGUEST
60:50
But, you know, so I,
TyHOST
60:52
yes,
Andrew DavisGUEST
60:53
Svelte was probably the big difference.
go podcast()

go podcast()

096: TBD

Aug 20 · 1 Mention

Dominic St-PierreHOST
58:50
Yeah.
MortenHOST
58:51
Uh, so but it's like I just use Svelte because Svelte doesn't come with the shadow DOM, and they seem to be writing a decent...
MortenHOST
59:00
I, I, I don't, I have, I even don- I, like, I don't know because I only wrote React professionally, but, uh, like, give it access to Shadow CDN.
MortenHOST
59:09
The dashboard is okay.
Artificial IntelligenceNARRATOR
36:19
Intro to insertion sort algorithm with code examples Insertion sort is a simple sorting algorithm and it is used to sort an array by iteratively inserting elements into a sorted subarray that results in a final, so 152.
Artificial IntelligenceNARRATOR
36:32
A basic introduction to event handling in Svelte FOR beginners events are a crucial element to a well-designed and interactive application experience.
Artificial IntelligenceNARRATOR
36:41
Let's get started with events in Svelte and look at how they work.
Artificial IntelligenceNARRATOR
36:45
153.
Artificial IntelligenceNARRATOR
36:46
Get the return type of a function in TypeScript using return type The return type utility type in TypeScript lets us take the outputs of a function and codify a new type based on that.

48 MINS LATER

Artificial IntelligenceNARRATOR
85:14
How do you know you're making real, legitimate progress? Is ITWHEN you've earned a certification? Completed an online course? 319? SYK Howdib's first line of code was written at age 39 living proof that it's never too late to switch careers, 2020 Noonie nominee Syk Howdib, Spain, shares, in this 10-question interview, inspiration for supporting the career development of those from less represented backgrounds, the most useful advice ever imparted, and what's most worrying in tech right now.
Artificial IntelligenceNARRATOR
85:44
320.
Artificial IntelligenceNARRATOR
85:45
Learn how to pass arguments to events in Svelte.
CJ ReynoldsPANELIST
14:13
Uh, it's from a developer called Puru.
CJ ReynoldsPANELIST
14:15
Uh, but the tagline here is SSR Islands for SvelteKit.
CJ ReynoldsPANELIST
14:21
And the idea being that typically with a route in SvelteKit, which is the, uh, meta framework for Svelte, if you have any sort of, uh, y- uh, client-side JavaScript or whatever else, there is gonna be an initial render, and then there's gonna be a hydrate, so you're gonna get client-side JavaScript running even for a server-side rendered page.
CJ ReynoldsPANELIST
14:43
And this is the way that most meta frameworks work.
CJ ReynoldsPANELIST
14:46
But what Ojija gives you is essentially the ability to opt in to say that, "Hey, this route should be fully server rendered," and then they use the island terminology to say that only this one component should be interactive, so that's the only JavaScript you need to ship for that particular page.
CJ ReynoldsPANELIST
15:05
Um, and the example that they give is, like, they have a, uh, a SvelteKit page here, but then they're using, uh, like, import specifiers to say, "Import this counter component, hydrate on load." So the initial server render will have n- no JavaScript bundle except for the code required for that counter.
CJ ReynoldsPANELIST
15:26
And so this is one way to, to speed up your pages, to redu- reduce the initial size of the initial page renders, and, um, it's just a cool little technique.
CJ ReynoldsPANELIST
15:36
And the...

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.