Hasty Treat - Upgrading Next.js Syntax Site

Published: Aug. 3, 2020, 1 p.m.

b'

In this Hasty Treat, Scott and Wes talk about their experience upgrading\\xa0Syntax.fm\\xa0and some of the site\\u2019s big changes.

LogRocket - Sponsor

LogRocket lets you replay what users do on your site, helping you reproduce bugs and fix issues faster. It\\u2019s an exception tracker, a session re-player and a performance monitor. Get 14 days free at\\xa0logrocket.com/syntax.

Show Notes

02:26 - The old Syntax site

  • Next.js
  • Custom server for
    • API - shows, Latest shows, sick picks
    • On-demand page builds
    • Custom routing

06:41 - The new Syntax site

  • Next.js has solved those things now, no need for a custom server.
    • API Routes
    • On-demand page builds: SSG with Next.js. It\\u2019s a server, but caches the page builds. Releasing the shows happens with revalidation. It\\u2019s statically generated like Gatsby, but you can also choose
    • Custom routing is now done with [pages]
  • Very fast to load
  • Very fast to build
  • Very fast to deploy
  • It\\u2019s now a \\u201cdynamic static site\\u201d
  • Zeit Now 1 to \\u201cVercel\\u201d
  • Huge thanks to\\xa0Tim Neutkens\\xa0and\\xa0Luis Alvarez\\xa0from Vercel for making it happen.

13:23 - Why not:

  • Gatsby
    • Entire site would need to be regenerated exactly at 9am eastern
    • API of the site would need to be done with something else like Netlify Functions - not nearly as nice as Next API routes
  • Sapper

Links

Tweet us your tasty treats!

'