Tag: nextjs

comparing next.js after.js server side rendering feature image

Comparing Next.js and After.js for SSR React apps

Dev

The major difference between Next.js and After.js lies in their routing mechanisms.

John Au-Yeung
Dec 1, 2021 ⋅ 5 min read
What's New in Next.js 12

What’s new in Next.js 12

Dev

Next 12 features include performance optimization, React 18 support, middleware, and more. Let’s learn how to use these new features.

Lawrence Eagles
Nov 29, 2021 ⋅ 6 min read
Dynamic Sitemap Nextjs

Build a sitemap generator in Next.js

Dev

Build a sitemap generator in Next.js, which generates a sitemap for each page in your webpage, improving SEO and attracting more viewers.

Emmanuel Etukudo
Nov 23, 2021 ⋅ 4 min read
ArangoDB React Nextjs

Using ArangoDB with React and Next.js

Dev

Explore ArangoDB, a multi-model database for documents, graphs, and key-values. Create database collections both from an online ArangoDB dashboard and Node.js drivers.

Alex Merced
Oct 22, 2021 ⋅ 6 min read

The complete guide to internationalization in Next.js

Dev

Learn how to make your Next.js app international with smooth translation features in this advanced, step-by-step tutorial.

Ivan Vlatkovic
Oct 14, 2021 ⋅ 9 min read

Creating a website with Next.js and React

Dev

This tutorial shows you how to use React to bootstrap a new Next.js application, create new pages, fetch data from external API and display it on your page, and build and run a Next.js application in production.

Nick Major
Oct 5, 2021 ⋅ 6 min read
Next.js Automatic Image Optimization Next/Image

Next.js automatic image optimization with next/image

Dev

Learn about automatic image optimization and how it can benefit developers with the native, game-changing, and powerful next/image API.

Adebiyi Adedotun
Sep 16, 2021 ⋅ 9 min read

Advanced techniques in Chakra UI

Dev

Dive deeper into the functionality of Chakra UI with these tips and tricks explained with an example tutorial.

Nefe Emadamerho-Atori
Sep 3, 2021 ⋅ 9 min read
user registration and authentication with strapi and nextjs

Implementing user registration and authentication with Strapi and Next.js

Dev

Learn to use Strapi with Next.js to create an application that can register and authenticate users and persist sessions.

Doğacan Bilgili
Aug 18, 2021 ⋅ 7 min read

Building an authentication API with NextAuth.js

Dev

Learn how to seamlessly implement email and OAuth authentication in Next.js apps using the NextAuth.js library.

Francis Udeji
Aug 16, 2021 ⋅ 12 min read
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