Tag: nextjs

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
Using Opennext To Deploy A Next Js App To Aws Lambda

Using OpenNext to deploy a Next.js app to AWS Lambda

Dev

OpenNext is an open source adapter for the Next.js framework that helps integrate your Next.js app smoothly with AWS services like Lambda.

Nwani Victory
Sep 12, 2023 ⋅ 7 min read
Data Fetching With GetServerSideProps And GetStaticProps

Data fetching in Next.js with getServerSideProps and getStaticProps

Dev

Compare the `getInitialProps`, `getServerSideProps`, and `getStaticProps` data fetching methods, and how they work for server-side rendering and static site generation.

Yomi Eluwande
Sep 8, 2023 ⋅ 8 min read
Customizing Environment Variables In Next.js 13

Customizing environment variables in Next.js 13

Dev

Next.js environment variables influence the way an application runs or behaves in different contexts and environments.

Joseph Mawa
Sep 7, 2023 ⋅ 8 min read
Next.js Vs. Gatsby: Comparing React Frameworks

Next.js vs. Gatsby: Comparing React frameworks

Dev

Compare the two React frameworks, Gatsby and Next.js, based on use cases and performance when building a variety of websites.

Peter Ekene Eze
Sep 5, 2023 ⋅ 12 min read