Next.js

44 bookmarks
Custom sorting
How to Customize Login Error Pages in NextAuth - Simplernerd
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.
·simplernerd.com·
How to Customize Login Error Pages in NextAuth - Simplernerd
twilink/nextauth-example-with-credentials
twilink/nextauth-example-with-credentials
A small example showing the use of nextauth library with credentials - twilink/nextauth-example-with-credentials
·github.com·
twilink/nextauth-example-with-credentials
How To Implement Authentication In Next.js With Auth0 — Smashing Magazine
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.
·smashingmagazine.com·
How To Implement Authentication In Next.js With Auth0 — Smashing Magazine
Полное руководство по инкрементной регенерации статических сайтов с помощью Next.js
Полное руководство по инкрементной регенерации статических сайтов с помощью Next.js
Год назад во фреймворке Next.js 9.3 появилась поддержка генерирования статических сайтов (Static Site Generation, SSG), что сделало его первым гибридным фреймвор...
·habr.com·
Полное руководство по инкрементной регенерации статических сайтов с помощью Next.js
Maxime 🇫🇷 on Twitter
Maxime 🇫🇷 on Twitter
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
·twitter.com·
Maxime 🇫🇷 on Twitter
NextAuth.js
NextAuth.js
Authentication for Next.js & Serverless
·next-auth.js.org·
NextAuth.js
How To Build A GraphQL Server Using Next.js API Routes — Smashing Magazine
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.
·smashingmagazine.com·
How To Build A GraphQL Server Using Next.js API Routes — Smashing Magazine