Tag: nextjs

Debugging Tailwind CSS and Next.js

Dev

Using Tailwind CSS and Next.js together can be a powerful match, sometimes a few bugs get in the way. Learn to fix them in this tutorial.

Rahul Chhodde
May 13, 2022 ⋅ 8 min read
Improve App Performance React Server-Side Rendering

Improve app performance with React server-side rendering

Dev

React server-side rendering offers performance benefits vs. client-side rendering. Learn about different React SSR frameworks.

Muhammad Muhsin
May 4, 2022 ⋅ 7 min read
How Astro Compares To NextJS For React Apps

How Astro compares to Next.js for React apps

Dev

At their most basic levels, Next.js is a full-stack framework specifically built for React, whereas Astro is a static site generator offering support for React.

Cole Gawin
May 4, 2022 ⋅ 6 min read
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