How to Customize Login Error Pages in NextAuth - Simplernerd
Once the signin process is set up with NextAuth, we’ll want to handle user errors. By default, any login errors will be redirected to NextAuth’s default login page with an error message.
How to Add Global Authentication Checks in Next.js with NextAuth - Simplernerd
Implementing site-wide, global authentication can be very complex. How do we require authentication on a per-page basis and route users to a login page when unauthenticated?
How To Implement Authentication In Next.js With Auth0 — Smashing Magazine
A step-by-step tutorial on adding authentication and authorization to your Next.js apps, with Auth0. We’ll be using a Next.js SDK to connect our application to the Auth0 API and will create the dynamic API route for React.
Полное руководство по инкрементной регенерации статических сайтов с помощью Next.js
Год назад во фреймворке Next.js 9.3 появилась поддержка генерирования статических сайтов (Static Site Generation, SSG), что сделало его первым гибридным фреймвор...
A great combo I keep using in my NextJS projects: next/dynamic + react-intersection-observer 🪄This allows me to only import a component once it's "in view". I use this pattern on my blog for my webmentions since they are at the bottom of the page pic.twitter.com/yuJJvWXJ7e— Maxime 🇫🇷 (@MaximeHeckel) February 21, 2021
How To Build A GraphQL Server Using Next.js API Routes — Smashing Magazine
This guide will teach you the basics of Next.js API Routes. We will start by explaining what they are and why API Routes are useful compared to REST or GraphQL APIs. Then, we will guide you through a step by step tutorial on how to build your very first GraphQL server with Next.js and the Github API.