137: Tim Neutkens - Continuing to Innovate with Next.js 9.3
Episode
83 min
Read time
2 min
Topics
Remote Work, Software Development, Science & Discovery
AI-Generated Summary
Key Takeaways
- ✓Static Props API: Get static props generates pages at build time with data fetching, eliminating server overhead for content that changes infrequently. Pages export async functions that fetch from any source—CMS, database, or filesystem—with code automatically tree-shaken from browser bundles.
- ✓Fallback Rendering: Get static paths with fallback mode pre-renders top pages at build time while generating remaining routes on-demand upon first request. Subsequent visits serve cached static HTML, avoiding full rebuilds for thousands of blog posts while maintaining instant performance.
- ✓Server Props Benefits: Get server side props always runs server-side, consolidating multiple API calls into one cacheable endpoint. This reduces round-trip latency for international users and enables direct database queries without exposing credentials to browsers, eliminating intermediate API layers entirely.
- ✓Incremental Regeneration: The revalidate key triggers background page regeneration after specified seconds, serving stale content instantly while updating for next visitor. Users never wait for renders—a one-second revalidate keeps content fresh without sacrificing speed, unlike traditional cache-busting approaches.
- ✓Portable Architecture: All Next.js features work on any Node.js host using next start command, not just Vercel. The framework uses standard HTTP request/response objects and stale-while-revalidate headers, allowing deployment to Heroku, AWS, or custom infrastructure with CDN configuration.
What It Covers
Tim Neutkens explains Next.js 9.3's paradigm shift from server-side rendering to hybrid static generation with get static props and get server side props, enabling per-page optimization without infrastructure lock-in to Vercel's platform.
Key Questions Answered
- •Static Props API: Get static props generates pages at build time with data fetching, eliminating server overhead for content that changes infrequently. Pages export async functions that fetch from any source—CMS, database, or filesystem—with code automatically tree-shaken from browser bundles.
- •Fallback Rendering: Get static paths with fallback mode pre-renders top pages at build time while generating remaining routes on-demand upon first request. Subsequent visits serve cached static HTML, avoiding full rebuilds for thousands of blog posts while maintaining instant performance.
- •Server Props Benefits: Get server side props always runs server-side, consolidating multiple API calls into one cacheable endpoint. This reduces round-trip latency for international users and enables direct database queries without exposing credentials to browsers, eliminating intermediate API layers entirely.
- •Incremental Regeneration: The revalidate key triggers background page regeneration after specified seconds, serving stale content instantly while updating for next visitor. Users never wait for renders—a one-second revalidate keeps content fresh without sacrificing speed, unlike traditional cache-busting approaches.
- •Portable Architecture: All Next.js features work on any Node.js host using next start command, not just Vercel. The framework uses standard HTTP request/response objects and stale-while-revalidate headers, allowing deployment to Heroku, AWS, or custom infrastructure with CDN configuration.
Notable Moment
The Vercel dashboard moved entirely to static generation with skeleton screens served from CDN, using SWR for client-side data fetching and preload tags embedded in HTML to start API connections before React boots, eliminating server-side rendering overhead completely.
You just read a 3-minute summary of a 80-minute episode.
Get Full Stack Radio summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from Full Stack Radio
153: DHH – Omarchy and Designing Your Own OS on Arch Linux
Aug 21 · 76 min
a16z Podcast
Steven Sinofsky on Apple at 50, Microsoft, and the Future of Computing
Jun 2
More from Full Stack Radio
152: Ben Orenstein - How to Stand Out When Applying for a Job at a Small Company
Jan 28 · 47 min
Eye on AI
Loris Degioanni: Why AI Is Breaking Cybersecurity, and What Comes Next
May 6
Books, tools, and gear mentioned in this episode
SignalCast may earn commission on purchases via these links.
Tools
- Next.jsBy guest
by Vercel
“Tim Neutkens explains Next.js 9.3's paradigm shift from server-side rendering to hybrid static generation with get static props and get server side props, enabling per-page optimization without infrastructure lock-in to Vercel's platform.”
- SWRBy guest
by Vercel
“The Vercel dashboard moved entirely to static generation with skeleton screens served from CDN, using SWR for client-side data fetching and preload tags embedded in HTML to start API connections before React boots.”
More from Full Stack Radio
We summarize every new episode. Want them in your inbox?
153: DHH – Omarchy and Designing Your Own OS on Arch Linux
152: Ben Orenstein - How to Stand Out When Applying for a Job at a Small Company
151: DHH – Building HEY with Hotwire
150: Secret Screencasting Tips & Behind the Scenes of Tailwind CSS 2.0
149: Choosing a Payment Processor, Radical Icons & W3C Hype
Similar Episodes
Related episodes from other podcasts
a16z Podcast
Jun 2
Steven Sinofsky on Apple at 50, Microsoft, and the Future of Computing
Eye on AI
May 6
Loris Degioanni: Why AI Is Breaking Cybersecurity, and What Comes Next
Software Engineering Daily
Mar 31
FreeBSD with John Baldwin
No Priors: Artificial Intelligence | Technology | Startups
Feb 12
Rivian’s Roadmap to AI Architecture and Autonomy with Founder and CEO RJ Scaringe
The Genius Life
Feb 2
547: How to Become the CEO of Your Own Biology, and Stop Outsourcing Your Health | Darshan Shah, MD
Explore Related Topics
This podcast is featured in Best Cybersecurity Podcasts (2026) — ranked and reviewed with AI summaries.
Read this week's Software Engineering Podcast Insights — cross-podcast analysis updated weekly.
You're clearly into Full Stack Radio.
Every Monday, we deliver AI summaries of the latest episodes from Full Stack Radio and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime