Today’s issue: West Coast Customs gets into HTML, AI yearns for the mines, and Lemony Snicket goes full Oracle.
Welcome to #420-good-kush-blaze-it.
The only drug I need is JavaScript
No matter how fast and furious the AI hype train gets, the three sweetest words in the English language will always be: new JavaScript framework just dropped.
And the Spec Gods made it rain again earlier this week with Ripple, a new TypeScript UI framework that Dominic Gannaway created as his “love letter to the web.”
It’s still in super-early alpha phases, but the project looks fascinating – mainly because Dominic is an open source legend. He created Lexical and Inferno, and was also a core team member for React and Svelte during the React Hooks and Svelte 5 days.
His goal for Ripple is to combine all the best ideas he’s come across in that time into one ideal framework. Let’s take a look at how:
$-style reactivity – State variables prefixed with $
automatically trigger updates (like Svelte signals but inline). No extra hooks or setters, just $count++
and your UI re-renders.
JSX-ish templates with real JS control flow – Instead of returning standard JSX, Ripple lets you drop if/else, loops, and even inline variable declarations straight into your components.
TS-first .ripple
files – Components live in their own .ripple
modules with full TypeScript support, which Dominic says gives it some nice DX touches while also making it more “LLM-friendly” too.
Bottom Line: Personally, my “love letters to the web” are too steamy for polite newsletters like this one, but Dominic’s love letter really does seem to combine the best parts of Svelte, React, and more. Stay tuned.
![]() ![]() ![]() ![]() |
Putting on a brave face knowing that your app's test suite is flaky af
…with zero effort from your team.
That’s what QA Wolf did for Brilliant – helping them detect 8-10 bugs per month, while simultaneously reducing their QA cycles from 24 hours to 5 minutes (watch case study).
And they can do the same for your team. Here’s how:
Their engineers build out a full outline of your app, with test cases prioritized by need and value
They write out tests in plain English for you to review and approve
They run all your tests in 100% parallel, so you get pass/fail results within 3 minutes
Get a personalized demo for your team – and see why Napster’s Engineering Director said, “It would take 4 people to build this much coverage, and they’d never do it this quickly.”
shadcn CLI 3.0 just shipped with namespaced registries, advanced auth, an MCP server for all registries, and a creator reveal – just kidding. shad still walks as a shadow among us.
The Apollo 11 Source Code is on GitHub, but all the navigation stuff keeps routing to a random warehouse in rural Nevada for some reason.
Check out Embrace’s User Journeys, a new approach to creating and tracking custom user flows without having to restructure your code. [sponsored]
ImageJS 1.0 brings TypeScript support and a more intuitive API to the advanced image processing library.
nuqs just released v2.5 of its type-safe search params state manager for React frameworks. It comes with key isolation, standard schema, debounce, TanStack Router support, and more.
The React team just added a new docs page on Custom HTML elements – but I already get all my HTML elements customized for me at West Coast Customs with Xzibit, so I don’t need to read it.
Clerk just launched Mosaic – a Figma design system that mirrors every Clerk UI component, so you can design and prototype auth flows that look and feel like your product, before writing any code. [sponsored]
Marvin Hagemeister wrote about Semver in this latest entry to his series on Speeding up the JavaScript Ecosystem. Initially, I heard he was planning to call these blog posts A Series of Unfortunate Events – but Lemony Snicket threatened to go full Oracle on him if he didn’t change the name.
Rahul M. Juliato wrote this step-by-step guide to unlocking Web Workers with React.
Someone created a Minecraft MCP Server that allows AI assistants to control a Minecraft character in real time, so it can build structures, explore the world, etc. I can’t wait until we can train AI to play all my video games for me so I have more time to work in the real mines.