Tag: nextjs

Next.JS Logo

Choosing the best Next.js hosting platform

Dev

Different projects have different needs. Let’s go over three hosting solutions for Next.js, including Vercel, Netlify, and Heroku.

Marie Starck
Apr 28, 2022 ⋅ 5 min read
Incremental Static Regeneration Next.js

Incremental Static Regeneration with Next.js

Dev

Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Learn about how it can be used.

Ido Shamun
Apr 12, 2022 ⋅ 6 min read
Next Chakra Hackernews

Hacker News client with Chakra UI and Next.js 

Dev

Build a Hacker News client that is responsive for mobile view, is server-side rendered, and supports pagination.

Kapeel Kokane
Apr 7, 2022 ⋅ 8 min read

How to create a DAO with Next.js and thirdweb

Dev

Learn how to build a DAO, mint NFTs, airdrop tokens, and add voting functionality using only JavaScript in this complete tutorial.

Avneesh Agarwal
Apr 2, 2022 ⋅ 13 min read
Next Text Over Purple Smoke

The best styling options for Next.js

Dev

Choosing a styling option is dependent on many factors. Thankfully, Next.js offers built-in support for CSS in a variety of different ways.

Marie Starck
Mar 23, 2022 ⋅ 7 min read

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