shipfeedAI news, curated daily

02:04:18 CET
21 MAY02:04:18shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Turbocharging Next.js: How Remote Caching decreased publish times by 80%

Vercel cuts Next.js publish times by 80% after implementing Turborepo Remote Caching to offset longer CI build times introduced by adding Rust to the framework's core.

Dec 22 · · primary fetch1 sourceupdated Dec 22 ·

Next.js lets developers iterate on their projects faster—but we want to iterate on faster, tooNext.js itself. This year, Next.js surpassed 4 million npm downloads for the first time. With over 2,400+ contributors, the core team here at Vercel must craft a developer experience to keep up with such a vast community to develop, test, build, and publish Next.js.

Next.js had another first this year: introducing Rust to its core. While adding Rust brings greatly improved performance for developers using Next.js, the tradeoff was an increase in CI time to publish new releases due to the prolonged process of building Rust binaries. Until implementing dropped publish times by 80%.Turborepo Remote Caching Read more

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comTurbocharging Next.js: How Remote Caching decreased publish times by 80%primary