Readings: React 4 Summary:
Next.js - Dynamic Routes

Next.js - Deployment
Vercel - Deployment platform built by Next.js creators
DPS - Vercel Develop, Preview, Ship” flow
- Statics are served from the Vercel Edge Network
- Server side rendering automatically isolated as serverless functions
- Push Front End to Github
- Import repo https://vercel.com/new
- Give Vercel access
- Wait for build
- Preview URL
- Deploy
New PRs will show a ‘preview deployment’ link in git!