Deploying React to ZEIT Now

Articles & Tutorials

How to Build a Jamstack Site with Next.js and Vercel (freecodecamp.org)
Sep 17, 2020
The Jamstack architecture is a modern approach to an old idea: making fast, static websites, but making them dynamic with tools like JavaScript.
  • Colby Fayock
Easily Deploy a Fullstack Next.js App with Vercel (scotch.io)
Sep 15, 2020
Developing and shipping production-ready applications to the web today couldn't be easier than with Next.js and Vercel. It provides a world-class developer experience right out of the box and is optimized for powering high-performance production workloads.
  • Chris Sevilleja
Deploying a Next.js application on Now (flaviocopes.com)
Nov 20, 2019
How to use Now to easily and seamlessly deploy your Next.js app.
Secrets and Environment Variables in Next.js and Now (leighhalliday.com)
Sep 07, 2019
Zeit has great documentation, but it took me a while to understand the difference between environment variables (secrets) on the serverless side vs how to get env vars exposed and available to the React code which runs client side, in the browser.
So You Want to Build a Serverless React App with Next.js and ZEIT Now (hackernoon.com)
May 10, 2019
In this article, we will discuss the pros and cons of serverless then we will quickly build a React app using Next.js and deploy it with ZEIT Now.
  • Adrian Carolli
Build and Deploy Serverless Apps with Next.js 8 and Zeit Now (blog.hasura.io)
Feb 21, 2019
Configure Next.js 8 serverless mode to generate lambdas for each page. Use Hasura GraphQL API as data layer. Deploy to Zeit Now. Instant setup.
  • Praveen Durairaj
React Production Deployment Part 2 — Now (blog.bitsrc.io)
Feb 14, 2019
How to deploy a React app with a back-end API. Part 2: Now.
  • Esau Silva
Deploying a Prismic and Next.js blog to Now (garymeehan.ie)
Jan 12, 2019
In this post we will be using Now to deploy our blog. Now makes serverless application deployment easy! Not only that, but their free tier is very generous.
  • Gary Meehan
Migrating to Static Next.js and Now (dawnlabs.io)
Oct 01, 2018
I little over a year ago my friends and I released a little app called Carbon, and since then it has gone through a ton of development and upgrades.
  • Mike Fix

Video Guides & Talks

Deploying Next.js to Vercel with Environment Variables (youtube.com)
Jul 05, 2020
Let's deploy a Next.js app to Vercel! This app contains two types of Env variables... one we want to include in the public build of our app, and another we only want available during "runtime", which means in this case when the serverless api functions are executed... these env variables in runtime are secret!
Deploy a Gatsby Site + API Using ZEIT Now (youtube.com)
Sep 19, 2019
How simple can it be to create a website, get a custom domain, build a serverless API, configure automatic deployments, and take the whole thing live? With ZEIT’s suite of tools, it can be pretty dang simple.
  • Jason Lengstorf
  • Leo Lamprecht