And it just works™ on Nuxt! 💚
I am so happy to finally see that Nuxt/Vue/Vite DevTools are now fully orthogonal while united! So we no longer need to rebundle Vue/Vite-specific features into Nuxt DevTools, and users can get the full experience of each level's integrations.
@vuejs DevTools v9 Beta is out! 🚀
✨ Reactivity Relationship Graph
⚡ Performance boost · 📦 80% smaller packages
🧩 Built on Vite DevTools & Devframe
And more... check it out 👇
I asked Opus 5.5 to read the vite-task repo and make a video explaining how it works.
The audio is satisfying like a Mario game. I asked how, and Opus said it generated all of it programmatically with the Web Audio API. 🤯
It can't even hear it.
Chads.. you can now chat and vibe code with Claude while playing WoW Forever.
Open a chat window in game, send Claude a task, go back to leveling. It pings you when it's done. No alt-tab, no /reload. Link below.
#worldofwarcraft@Asmongold wow-claude
Quick update on Vite's bundled dev mode (aka full-bundle mode, powered by Rolldown)
The whole Vite playground suite now runs under bundled dev, and ~74% of the tests that had gaps now pass.
(1/5)🧵
Vite+ v1.0.0-rc.0 is out.
vp test uses Vitest 5. vp migrate guides Vitest 4 projects through the upgrade. Standalone installers and vp upgrade verify npm provenance.
Upgrade with: vp upgrade
github.com/voidzero-dev/vite…
We will ship the official Vite+ v1.0.0 release soon.
every git branch can now get its own isolated worker environment
this is such a huge unlock, really proud of the team and all the work that went into this!
Today we’re launching Worker Previews. Each Git branch gets a production-like place to run, with its own code, configuration, URL, observability, and state. cfl.re/4hgSuxf
@vuejs DevTools v9 Beta is out! 🚀
✨ Reactivity Relationship Graph
⚡ Performance boost · 📦 80% smaller packages
🧩 Built on Vite DevTools & Devframe
And more... check it out 👇
We're excited to announce that today Python Workers are generally available (GA).
It means Python is now a first-class, fully supported language on the Cloudflare Developer Platform. Read everything about it: cfl.re/4he07Gh
PSA: if you have a @voidzerodev sponsorship on GitHub and saw it cancelled - don't worry. We are in the process of switching our billing method and will re-activate them soon.
I created JevRouter for Hono! This routes HTTP requests by meaning, not by method and path
npm i hono-jev-router
Playground: hono-jev-router.yusuke.run
The Vite+ docs were recently reorganized.
It's now closer the actual architecture and offers some best practice recommendations.
If you are interested in Vite+'s architecture or how to Vite+ best, welcome to take a look ⬇️
viteplus.dev
!!!ACTION REQUIRED!!!
if you are building something weird and ambitious on cloudflare, I would VERY much like you to come defend your life choices in front of me on stage. it's going to be dope, please sign up TODAY.
founders! pitch your startup in a Shark Tank-style competition live on stage at Connect
- win a billboard in SF, $350K in @Cloudflare credits, access to the VIP speakers dinner
- judged by @eastdakota, @zatlyn, @dok2001
- hosted by @threepointone
details + how to apply ↓
I've seen people describe Jev as an "AI if statement". But what if it actually WAS an if statement?
Introducing Probably: a programming language powered by Jev: probably-lang.southpolesteve…
Jev baked into the language. “feels” asks a question. “match” routes between descriptions. “while” keeps going until something stops feeling true.
This is obviously a toy, but it's fun to think about what something like Jev unlocks. Jev makes the decisions, an LLM does the writing, and a little program ties it together.