Steven ⬢

7.5K posts

Steven ⬢ banner
Steven ⬢

Steven ⬢

@styfle

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

::1 Sumali Mayıs 2008
1.9K Sinusundan5.5K Mga Tagasunod
Steven ⬢ nag-retweet
Aurora Scharff
Aurora Scharff@aurorascharff·
View Transitions just got simpler with Next.js 16.2. <𝙻𝚒𝚗𝚔> now has a 𝚝𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗𝚃𝚢𝚙𝚎𝚜 prop. Tag your navigation with a type, and <𝚅𝚒𝚎𝚠𝚃𝚛𝚊𝚗𝚜𝚒𝚝𝚒𝚘𝚗> picks the right animation.
English
24
68
924
40.4K
Steven ⬢
Steven ⬢@styfle·
@mitchellh Glad to have you on board! 🎉 I'm a big fan and now bigger fan 🪭
English
0
0
1
228
Mitchell Hashimoto
Mitchell Hashimoto@mitchellh·
Excited to share that I've joined Vercel's Board of Directors. Vercel is made up of builders and tastemakers that continually ship things that deeply impact how developers work: Next.js, AI SDK, v0, etc. I can't think of a more exciting place to be. Let's fucking ship. ▲ My relationship with Vercel goes back to the earliest days. HashiCorp was an early adopter of NextJS and Vercel (~10 years ago!) and it remains my default tech stack and deployment platform to this day. Ghostty's website is all on Vercel, too! Beyond that, I've been continually impressed with the teams relentless focus on shipping meaningful software. And importantly, software that has incredible taste. Now we are in the age of agentic software development. Vercel is building agentic infrastructure that I think every app and agent will need (I certainly need it!) and I can't think of a more exciting place to be. Huge thanks to @rauchg , Jeanne, Marten, @cramforce, @tomocchino and the entire Vercel team for the warm welcome. Time to work.
Mitchell Hashimoto tweet media
English
220
86
3K
596.8K
Steven ⬢ nag-retweet
Next.js
Next.js@nextjs·
Next.js 16.2 • Up to ~60% faster rendering • Up to ~400% faster 𝚗𝚎𝚡𝚝 𝚍𝚎𝚟 startup • Server Function 𝚍𝚎𝚟 logging • Redesigned error page • Better hydration errors • 𝙴𝚛𝚛𝚘𝚛.𝚌𝚊𝚞𝚜𝚎 display in error overlay nextjs.org/blog/next-16-2
English
140
385
4K
395.2K
Steven ⬢ nag-retweet
Vercel Developers
Vercel Developers@vercel_dev·
You can run Vercel's CDN in front of any app. We use it for our Discourse community. They back our forum, then the CDN gives us DDoS protection, bot management, and microfrontend support to build custom features and pages. Here's our setup ↓ vercel.com/blog/how-we-ru…
English
4
8
65
8.2K
Steven ⬢ nag-retweet
Vercel Developers
Vercel Developers@vercel_dev·
Vercel CDN now has a dedicated dashboard experience. • Generate rules with AI prompts • Update routing rules without redeploying • View a live map of your global traffic • Purge cache by tag instantly Start building on Vercel with just a domain.
English
3
6
142
10.2K
Modern Web Development
Modern Web Development@WebAppManifest·
Surely the TC39 proposal for adding enums to JavaScript should have reached Stage 1 by now. Stage 1 means problem space accepted. Enums are used in millions of lines of TypeScript code. What gives? Why is it largely being ignored?
English
1
0
15
1.3K
Steven ⬢
Steven ⬢@styfle·
I'm surprised that this workflow I made in 2020 is still used. At one point I thought it would get 1000 stars but it just stalled since github actions added a native cancel feature 😄 github.com/styfle/cancel-…
English
0
0
2
250
Steven ⬢
Steven ⬢@styfle·
That was my assumption too until I did a microbenchmark. One of the reasons may be that V8 knows the input is immutable: With toSorted(), the engine guarantees the source array won't be modified during sorting. With sort(), the spec requires handling the case where a custom comparator could mutate the array mid-sort, so V8 has to be more defensive even with the default comparator.
English
1
0
4
119
Roman
Roman@GameRoManDev·
@styfle @MozDevNet Do you know why is it so? I assumed .sort() would be faster
English
1
0
2
93
MDN Web Docs
MDN Web Docs@MozDevNet·
JavaScript now has non-mutating array methods ✨ `toSorted()`, `toReversed()`, `toSpliced()`, and `with()` return new arrays instead of modifying the original. No more [...arr].sort() to avoid side effects. Learn more 👇 developer.mozilla.org/en-US/docs/Web…
MDN Web Docs tweet media
English
9
98
996
33.9K
skullface killah
skullface killah@skullface·
my bf’s band released their second single off their new album out at the end of the month and it’s on two spotify-curated playlists 🥹🥹🥹
skullface killah tweet media
English
1
0
8
245
Steven ⬢ nag-retweet
Steven Tey
Steven Tey@steventey·
This 2D → 3D map animation on @vercel's new CDN dashboard is absolutely magical ✨🤤
English
24
71
1.2K
87.6K
Steven ⬢ nag-retweet
Vercel Developers
Vercel Developers@vercel_dev·
Vercel Queues is now in public beta. • Create queues and publish tasks • Control how work is consumed and retried • Get built-in durability and automatic scaling Built for apps and agents, Queues is the lower-level primitive powering Vercel Workflow. vercel.com/changelog/verc…
English
30
44
596
311.1K
Rob Palmer
Rob Palmer@robpalmer2·
ECMAScript excitement 😉 Congrats to @jarredsumner on shipping @TC39 Stage 3 Decorators in Bun v1.3.10 🎉 "one of the most requested features since 2023" It works universally - with `bun run` & `bun build` ⚠️ ES Decorators are different from legacy TS "experimentalDecorators"
Bun@bunjavascript

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.…

English
4
3
199
17.9K
Steven ⬢ nag-retweet
Vercel Developers
Vercel Developers@vercel_dev·
You can now write chat bot logic once, and deploy across Slack, GitHub, Teams, and Discord. We're open-sourcing a new Chat SDK, a unified TypeScript library to build for many chat platforms with a single codebase. Now available in public beta. vercel.com/changelog/chat…
English
55
169
1.8K
523.1K
Steven ⬢ nag-retweet
Vercel Developers
Vercel Developers@vercel_dev·
Agents can now make authenticated calls from Vercel Sandboxes without risking credential exposure. Safely inject HTTP headers into outbound requests, so sensitive data like API keys remain securely outside the VM boundary. vercel.com/changelog/safe…
English
4
11
129
8.1K