Tag: nextjs

Developing Next.js Microservices Nx

Developing Next.js microservices with Nx

Dev

We investigate using Nx to develop microservices and show how to use Nx to create multiple Next.js apps within a monorepo.

Alec Brunelle
Dec 20, 2023 ⋅ 7 min read
Implementing password-based authentication in Next.js using Lucia

Implementing password-based authentication in Next.js using Lucia

Dev

Learn how to use Lucia, a new authentication library, to implement password-based auth in Next.js in this detailed, step-by-step tutorial.

Subha Chanda
Dec 19, 2023 ⋅ 14 min read
Eleventy Vs. Next.js Static-Site Generation

Eleventy vs. Next.js for static site generation

Dev

We evaluate Eleventy and Next.js and compare both static site generators in terms of performance, developer experience, scalability, and ecosystem.

Nelson Michael
Dec 7, 2023 ⋅ 11 min read
Using Tanstack Query With Next Js To Handle Data

Using TanStack Query with Next.js

Dev

Learn how you can use TanStack Query for data handling and state management in applications built with Next.js 13.

Abhinav Anshul
Oct 24, 2023 ⋅ 9 min read
Optimizing Static Pages In Your Next.js Apps With Prisma

Optimizing static pages in your Next.js apps with Prisma

Dev

Explore how to optimize static pages in Next.js using the Prisma database to enhance the speed and efficiency of your apps.

Taofiq Aiyelabegan
Oct 12, 2023 ⋅ 12 min read
Automate repetitive tasks with Next.js cron jobs

Automate repetitive tasks with Next.js cron jobs

Dev

Next.js now provides cron job functionality along with a dashboard to manage them. Learn how they work, what their limitations are, and more.

Chak Shun Yu
Oct 10, 2023 ⋅ 6 min read
Getting Started With MUI And Next.js

Getting started with MUI and Next.js

Dev

When combined, MUI and Next.js simplify building performant applications and ensuring fast server-side rendering.

Kevin Tomas
Oct 2, 2023 ⋅ 7 min read
7 Common Next Js Hmr Issues And How To Address Them

7 common Next.js HMR issues and how to address them

Dev

Efficiency and productivity are critical in modern web development. That’s why Next.js introduced the Hot Module Replacement (HMR) mechanism, more […]

Antonello Zanini
Sep 26, 2023 ⋅ 7 min read
Optimizing Build Performance Next.js

Optimizing build performance in Next.js

Dev

We examine strategies to optimize the build performance of your Next.js app for a faster and more responsive user experience.

Timonwa Akintokun
Sep 22, 2023 ⋅ 9 min read
Implementing SSR in Next.js: Dynamic Routing And Prefetching

Implementing SSR in Next.js: Dynamic routing and prefetching

Dev

Delve into dynamic routing in Next.js, both on the client and server sides, and explore nested routing and query parameters with SSR.

Elijah Agbonze
Sep 19, 2023 ⋅ 15 min read
Using Blitz With Next Js To Build A Full Stack App

Using Blitz with Next.js to build a full-stack app

Dev

Let’s explore how to use Blitz, an amazing, fast, and seamless framework, to build a full-stack Next.js application.

Isaac Okoro
Sep 15, 2023 ⋅ 11 min read
Working With The App Directory In Next.js 13

Working with the Next.js 13 App Router

Dev

The new App Router in Next.js 13 has changed the way developers handle routing in Next apps.

Kapeel Kokane
Sep 14, 2023 ⋅ 10 min read