Tag: nextjs

Build a privacy-focused comments section on your Next.js blog

Dev

While Remark42 doesn’t natively work with Next.js, this tutorial provides a convenient workaround for easily building a comments section.

Atharva Deosthale
Feb 25, 2022 ⋅ 5 min read
Nextjs Serverless

Deploying Next.js to AWS using Serverless Next.js

Dev

With Serverless Next.js, we can easily deploy our application to a Serverless Architecture to maximize speed and scalability.

Alex Merced
Feb 24, 2022 ⋅ 2 min read
Why Use Next.js With Apollo

Why use Next.js with Apollo

Dev

Spend less time worrying about implementing data fetching logic and focus on building your app by using the Apollo Client with Next.js.

Coner Murphy
Feb 7, 2022 ⋅ 13 min read

Build a DApp in Next.js using Moralis and MetaMask

Dev

Explore Web3 functionality with Next.js and Moralis, the ultimate Web3 development platform, in this informative tutorial.

Atharva Deosthale
Jan 19, 2022 ⋅ 7 min read

Logging and error management best practices in SSR apps

Dev

Handle errors and log them gracefully in your next web app with these best practice guidelines with examples using Next.js and Nuxt.js.

Dylan Tientcheu
Jan 6, 2022 ⋅ 6 min read
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

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