Create a dynamic Next.js application

1 · Michael Burrows · Aug. 25, 2020, 4:57 a.m.
Next.js is a framework for developing production grade React applications and websites that scale. In this tutorial we’ll be creating a Next.js powered application that fetches cocktail recipes from the CocktailDB API. Create a Next.js project We’ll start by running npx create-next-app the easiest way to get started with Next.js. Once complete cd into the […]...