Tag: nextjs

Testing and error handling patterns in Next.js 

Dev

Check out these different ways to run tests and handle errors in Next.js apps using Cypress, a JavaScript-based testing framework.

Raphael Ugwu
Mar 9, 2022 ⋅ 7 min read
Full-Stack App Next.js Firestone Cloud Firebase

Building a full-stack app with Next.js and Firebase’s Cloud Firestore

Dev

In this tutorial, you’ll learn how to set up Firestore’s Cloud Firestore and communicate with the database through a Next.js app with API endpoints.

Doğacan Bilgili
Mar 8, 2022 ⋅ 12 min read
Understanding Static HTML Export In Next.js

Understanding static HTML export in Next.js

Dev

Learn why you should use HTML static exporting from a Next.js application, HTML static export use cases, and how you can do it yourself.

Coner Murphy
Mar 4, 2022 ⋅ 4 min read
Create a Next.js blog with MDX

Create a Next.js and MDX blog

Dev

Follow this tutorial to build an interactive blog or documentation with pagination and styling that uses Next.js and MDX, with content entirely written in MDX.

Elijah Agbonze
Mar 2, 2022 ⋅ 24 min read

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
Logo Over a Gray-White Background

Implementing WebSocket communication in Next.js

Dev

Learn how to integrate Socket.io into Next.js to start a WebSocket connection to share information between the client and server in real-time.

Doğacan Bilgili
Feb 3, 2022 ⋅ 5 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