Tag: nextjs

Building A Github Copilot App

1 week with GitHub Copilot: Building an app using only Copilot

Dev

GitHub Copilot is the newest tool to autocomplete code with the help of OpenAI. Learn how to build an app using only Copilot code.

Evgeny Klimenchenko
Aug 11, 2021 ⋅ 8 min read

Stackblitz WebContainers: Run Next.js inside the browser

Dev

Run Next.js natively using Stackblitz WebContainers, which makes it easy to create, share, and deploy fullstack applications without needing your local development environment.

Kapeel Kokane
Aug 6, 2021 ⋅ 5 min read
AMP Components Nextjs

Adding AMP components to a Next.js webpage

Dev

Increase the speed of loading your webpage without sacrificing dynamic elements by using AMP components in your Next.js project.

Jurn van Wissen
Aug 3, 2021 ⋅ 4 min read
Building Contact Pages With The Notion API And Next.js

Creating contact forms with the Notion API and Next.js

Dev

Follow this tutorial to have your Notion workspace directly save all user form submissions with Next.js and the Notion API.

Nitin Ranganath
Jul 22, 2021 ⋅ 8 min read
Building A Next.js Shopping Cart App

Building a Next.js shopping cart app

Dev

Learn how to build a Next.js application by building a shopping cart web app for a fictional game store with product category pages.

Nitin Ranganath
Jul 8, 2021 ⋅ 19 min read
Authentication Auth0 Nextjs

Authenticate your Next.js application using Auth0

Dev

Use the Auth0 Next.js SDK to add Auth0, an authentication CLI, to a notes application built in Next.js.

Fortune Ikechi
Jul 7, 2021 ⋅ 9 min read

How to deploy Next.js on Google Cloud Run

Dev

Learn how to deploy a React app with Next.js via Google Cloud Run, an easy-to-use serverless service with a generous free trial.

Geshan Manandhar
Jul 7, 2021 ⋅ 5 min read
New Features Nextjs 11

New features in Next.js 11

Dev

Take a look at the new features and updates included in Next.js 11, the latest release from the Vercel team.

Kapeel Kokane
Jun 28, 2021 ⋅ 5 min read
Getting Started With Stripe Connected Accounts Using Next.js

Getting started with Stripe Connect using Next.js

Dev

Learn how to connect users’ Stripe accounts to an ecommerce platform using Next.js and Stripe Connect webhooks.

Kumar Abhirup
Jun 18, 2021 ⋅ 15 min read
Content Management In Next.js With Sanity CMS

Content management in Next.js with Sanity CMS

Dev

See how utilizing Sanity CMS in Next.js apps can provide better content management when building apps or websites.

Adebiyi Adedotun
Jun 1, 2021 ⋅ 6 min read
Implementing authentication in Next.js with Firebase

Implementing authentication in Next.js with Firebase

Dev

Authentication is a crucial feature in web apps today. See how to use Firebase and React Context to implement user auth in a Next.js app.

Marie Starck
Jun 1, 2021 ⋅ 7 min read

SSG vs. SSR in Next.js

Dev

Learn the difference between server-side rendering (SSR) and static site generation (SSG) in Next.js, and how to use them in tandem.

Leonardo Maldonado
May 31, 2021 ⋅ 4 min read