

Hasty Treat - Upgrading Next.js Syntax Site
Aug 3, 2020
The hosts dive into their website upgrade journey, transitioning from a custom Node server to Next.js on Vercel. They highlight the benefits of on-demand page builds and the new dynamic regeneration feature that keeps content fresh without redeployment. Custom routing and deployment efficiency are emphasized, showcasing how Next.js resolves past web development challenges. A humorous comparison of alternatives like Sapper adds a light touch, as they ponder future improvements for their site.
AI Snips
Chapters
Transcript
Episode notes
Syntax Site History
- The Syntax.fm website, initially a custom Next.js server, needed an upgrade due to Vercel V1 deprecation.
- Wes describes the site's evolution and the challenges faced, highlighting the custom server's role and the need for an update.
Vercel's Serverless Architecture
- Vercel's serverless-only architecture poses challenges for constantly running Node.js apps.
- This limitation prompted the Syntax.fm website update, as the old site relied on a custom Node.js server.
Reasons for Custom Server
- The Syntax.fm site's custom server facilitated an API for tutorials, dynamic page builds for new episodes, and custom routing.
- These features, initially requiring a custom server, are now natively supported in Next.js, enabling a simpler setup.