Profile avatar
pevey.dev
Building eCommerce tools, mostly using SvelteKit. Insurance nerd (ex-TRV and AIG), coffee roaster, FOSS supporter, mom of two awesome boys.
29 posts 75 followers 296 following
Prolific Poster
Conversation Starter

Remix is breaking up with React. In the early days of Remix they talked about having a framework agnostic solution so I'm curious to see where they go from here. github.com/kayac-chang/...

Tomorrow is the day 😍

Here's a basic Svelte state machine example which accepts data and is able to update it and run some action when you enter a state. Also did you know the collective noun for ghosts is a “chill”?

you can now use .ts files in the playground: svelte.dev/playground/7... caveat: only supports erasable syntax (www.typescriptlang.org/docs/handboo...). under the hood this uses bloomberg.github.io/ts-blank-spa... (note that typechecking/intellisense are TODO)

The landing page is a work of art

She died in binary. That’s dedication. RIP.

#svelte I just published Svelte-Kawaii. Svelte Kawaii is a Svelte port of React Kawaii, offering cute SVG illustrations to add adorable characters to your Svelte applications. A simple way to bring some cuteness to your UI. svelte-kawaii.codewithshin.com

Migrating the 2nd largest furniture website in the world to Svelte wasn’t easy—but worth it. Bert B @bertbengtson.bsky.social and his team at Ashley Furniture share their journey. How did they do it? What challenges did they face? Find out at Svelte Summit Spring 2025!

The PostHog growth story is wild 🤯 • Used open-source to build INSANE trust • Marketed "we've decided to make less money" • Built word-of-mouth through radical transparency • Ignored enterprise (and still got Fortune 500 clients) Check the deep dive: www.plg.news/p/posthog-u...

The law firm Lerner & Rowe asks SCOTUS to review its resounding 9th Circuit defeat over competitive keyword advertising Docket: www.supremecourt.gov/search.aspx?... Prior blog post: blog.ericgoldman.org/archives/202...

This again, with the clocks?

Dear coffee: I don't care how late in the day it is; I'mma drink you like it's 5 a.m. I love you, girl.

The web is getting more invasive—how do we fix it? Andrey Sitnik @en.sitnik.ru (of PostCSS fame) will dive into privacy-first architecture, local-first alternatives, and real-world strategies at Svelte Summit Spring 2025.

Patricia Arquette is amazing. That is all. No spoilers #severance

In other news, I’m pleased to announce that I’m on the path to immortality. [gift link] wapo.st/4isT0aE

Brilliant. Peak 2025.

A new open-source data visualization framework is making its debut: SveltePlot. Gregor Aisch @driven-by-data.net will introduce its layered grammar of graphics approach and how it fits into the ecosystem at Svelte Summit Spring 2025!

I work with cool people who do cool things: www.eff.org/deeplinks/20...

These are some top-notch visualizations, carefully planned in advance and implemented using Svelte

Mutable<Thing> not being a built-in typescript utility type to mirror Readonly<Thing> is really a shame.

10k commits to the Svelte repository - we've come a long way!

I'll be in Amsterdam later this month for DevWorld Conf, where I'll be giving a talk all about Node.js in the past, present & future. 🎫 I have 2 free tickets to give- for a chance to win, like + share this post. I'll announce winners on Friday! https://buff.ly/42MeWGV #devworld

WebSockets in SvelteKit are ready for testing! Please test them out and share your feedback: github.com/sveltejs/kit... Thanks to @lukehagar.com for implementing it (our most overdue feature!), @pi0.io for providing the crossws library used, and Tee Ming for helping to review and guide the PR.

The UK's Demands for Apple to Break Encryption Is an Emergency for Us All www.eff.org/deeplinks/20...

Link for the stream if you’re not coming in person www.youtube.com/live/ketkcyw...

Svelte 5 And The Future Of Frameworks: A Chat With Rich Harris. #svelte https://www.smashingmagazine.com/2025/01/svelte-5-future-frameworks-chat-rich-harris/

Ever wonder what snow in the swamp would look like? This is 5 miles into the Louisiana swamps in the Atchafalaya basin... it's unreal... having lived down there for the first 28 years of my life, we never saw anything like this. Smashed records. Curtesy of Garrett Roberts.

Threlte 8 is Here! 🤗 Six months in the making, Threlte 8 redefines performance, flexibility, and developer experience for 3D web graphics using Svelte. It’s our biggest leap yet, powered by Svelte 5, exciting updates from Three.js, and tons of community input. 1/9

I adore the webdev fam, and I even enjoy the endless and entertaining spicy takes. But I feel like Ryan often fills the needed role of 'adult in the room' who ignores the kids climbing the walls and calmly recaps where we've been, where we are, and where we should be going. Worth a read. t.ly/lFJiA

👀 No more need for ts-node? Nice.

Cleopatra lived closer in time to 'yeet' being in the dictionary than to the construction of the Great Pyramid of Giza.

youtube.com/watch?v=vc4y... If you've promoted or used honey, you should probably be suing them (PayPal). This is nothing short of fraud. Karma is the same.

hello world

This Salt Typhoon stuff is insane. The entire FISA surveillance infrastructure has been completely owned by China and literally no part of our telecom infrastructure is safe to use without end-to-end encryption.

Tip: Chrome DevTools can override the content of Fetch/XHR requests! Useful for mocking APIs without waiting on backend changes.

Testing controlled neodrag in svelte and react and I'm again so disappointed in React. it just stutters so terribly. React code here is using useMemo and useCallback, svelte code has absolutely no such constructs. Left: Svelte. Right: React