Loren Stewart
@cheddybop.bsky.social
73 followers 260 following 35 posts
https://www.lorenstew.art/
Posts Media Videos Starter Packs
Reposted by Loren Stewart
astro.build
Happy "View Transitions Level 1 support in all major browsers" Day! 🎉

With Firefox 144 now stable, everyone gets beautiful transitions with Astro ClientRouter

Learn how: docs.astro.build/en/guides/vi...
Reposted by Loren Stewart
infrequently.org
Frontenders, I am *begging* you to earn whatever pride you take in your work. How? By testing what you make on the devices and networks most people have. It's not hard, doesn't take long, and there are great automations like webpagetest.org that can make it even simpler.
webpagetest.org
Reposted by Loren Stewart
lit.dev
Lit @lit.dev · 1d
Lit is joining @openjsf.org! 🎉

Today at JSConf, The OpenJS Foundation announced Lit is officially joining as an Impact Project!

We're beyond excited for this move and look forward to continuing our work to build the open web with OpenJS!

Read more on our blog: lit.dev/blog/2025-10...
Lit is Joining the OpenJS Foundation!
Lit is officially joining the OpenJS Foundation as an Impact Project!
lit.dev
Reposted by Loren Stewart
davatron5000.bsky.social
📝 New Post: The Killer Feature of #webcomponents

A quick dive into the Custom Elements Manifest and why this community standard is a 10x effort multiplier.

daverupert.com/2025/10/cust...
The killer feature of Web Components
The personal blog of Dave Rupert, web developer and podcaster from Austin, TX.
daverupert.com
cheddybop.bsky.social
Spicy! Please explain 🙏
cheddybop.bsky.social
All good! I should have paid closer attention to context
cheddybop.bsky.social
I'm not dunking on all the hard work, and quite frankly engineering genius, that has gone into react. But I do think the fundamental architecture (e.g. vdom) is starting to put react at a disadvantage.
cheddybop.bsky.social
I think the notion that react is complex to use is being highlighted more and more by next-gen frameworks (svelte and solid, imo) that have a simpler mental model, smaller API surface, and smaller bundles.

To say using react is "extremely easy" means you suffer from the curse of knowledge.
Reposted by Loren Stewart
alvaromontoro.com
Practical visualization of how using robots.txt works to prevent AI bots from going through your site.
A cheeto/potato chip used to lock a door
cheddybop.bsky.social
Thank you! I’m working on a framework comparison post that acts as a Part Two of this post. I’ve created the same app with 6 or 7 different frameworks so we have something empirical to examine. One version of the app is built with Vue/Nuxt. I think I’ll be done with the blog post in 2 or 3 weeks
cheddybop.bsky.social
I lived there during the pandemic when Portland was advertised as being over run by antifa militants. If you ever visited the city there were protests around like two square blocks. The exaggeration is insane.
cheddybop.bsky.social
Sorry I think you’re referring to Portland. Yeah! So damn war torn 😂
cheddybop.bsky.social
What are you referring to?
Reposted by Loren Stewart
justinfagnani.com
I'm going to have to write a blog post on this trampoline pattern.

It's very fast, as I found out, but also it lets you have code that runs sync or async depending on the data and consumer, like generators do.

The DX isn't as nice as generators, but for a small perf-critical core, it's not bad.
cheddybop.bsky.social
are these web components!?!?
cheddybop.bsky.social
By harping on this one point, have have missed the entire point of the article.
Reposted by Loren Stewart
cassidoo.co
I have a fun coding question for ya this week, a joke that made me chuckle, some interesting web links, and also I fangirl about Lea Salonga. What more could you want?

Next issue is heading to your inbox now:
cassidoo.co/newsletter/
rendezvous with cassidoo
A weekly newsletter with web development content for everyone, from beginners to pros.
cassidoo.co
cheddybop.bsky.social
I must confess my bias here. I like to choose tools with the least amount cognitive overhead. React is more complex, and has a larger API surface, than the other frameworks mentioned. Less complexity leads to increased velocity, fewer bugs, and shorter onboarding periods.