Steven ⬢
7.5K posts

Steven ⬢
@styfle
🐏 Software Shepherd @vercel 💚 Contributor to @nextjs @reactjs @nodejs @tc39 🤵 Husband & Father ✝️ Jesus lover






Cancel fetch requests and async operations cleanly ✋ `AbortController` gives you a signal to pass to fetch(), event listeners, and other async APIs. ⋅ Use AbortSignal.timeout() for timeouts ⋅ Composable with AbortSignal.any() Learn more 👇 developer.mozilla.org/en-US/docs/Web…



Temporal is now Stage 4 at TC39 🎂🎂🎂 Thanks to all the other champions of JavaScript's new date-time API. It has been a wild ride over many years! I wrote a blog post explaining how we got here 📜 🧵









In the next version of Next.js Image Generation: - Sharp for rendering - Faster Satori core - background-size: cover, contain, auto - text-decoration-skip-ink Same ImageResponse, 65% faster:




Bun v1.3.10 - Fixes 155 issues (addressing 642 👍) - `bun repl` - native JS/TS repl - Windows ARM64 - ECMAScript decorators - Faster event loop - Barrel file import optimization - Faster structuredClone, Buffer.slice, path.parse Thanks 11 contributors! bun.com/blog/bun-v1.3.…







