Tag: nextjs

Implementing Infinite Scroll In Next Js With Server Actions

Implementing infinite scroll in Next.js with Server Actions

Dev

Infinite scrolling in Next.js no longer requires external libraries — Server Actions let us fetch initial data directly on the server.

Rahul Chhodde
Apr 19, 2024 ⋅ 10 min read
How Waku Compares To Next Js

How Waku compares to Next.js

Dev

Waku is a new lightweight React framework built on top of React Server Components (RSCs). Let’s compare Waku with Next.js in this article.

Peter Ekene Eze
Apr 2, 2024 ⋅ 4 min read
Handling Data Fetching In Next.js With useSWR

Handling data fetching in Next.js with useSWR

Dev

Use the useSWR Hook in Next.js to fetch and handle client-side data, and explore its parameters and SSG/ISR/SSR support.

Elijah Agbonze
Mar 28, 2024 ⋅ 18 min read
How To Use A Proxy In Next.js

How to use a proxy in Next.js

Dev

Discover how a proxy is used as an intermediary between clients and servers and implement it in a Next.js application.

Precious Luke
Mar 27, 2024 ⋅ 8 min read
Integrating Next Js And Signalr For Enhanced Real Time Web App Capabilities

Integrating Next.js and SignalR to build real-time web apps

Dev

In this tutorial, you’ll learn how to integrate Next.js and SignalR to build an enhanced real-time web application.

Clara Ekekenta
Mar 25, 2024 ⋅ 8 min read
How To Use NextAuth.js For Client-Side Authentication In Next.js

How to use NextAuth.js for client-side authentication in Next.js

Dev

Build a client-side authentication app in Next.js using NextAuth.js, which will allow users to log in using their GitHub, Google, and Facebook accounts.

Ejiro Asiuwhu
Mar 22, 2024 ⋅ 12 min read
Next Js Vs Nuxt Js

Next.js vs. Nuxt.js: Ultimate guide

Dev

In this thorough guide, we’ll compare the Next.js and Nuxt.js JavaScript frameworks, their use cases, and their pros and cons.

Jude Miracle
Mar 21, 2024 ⋅ 15 min read
Understanding State Management In Next Js

Understanding state management in Next.js

Dev

Follow along in this tutorial as we build several mini-applications to showcase the different ways to manage state in Next.js apps.

Madars Bišs
Mar 16, 2024 ⋅ 13 min read
Testing Next.js Apps With Jest

Testing Next.js apps with Jest

Dev

Set up and write tests for a sample Next.js app using the Jest testing tool, which easily helps identify errors and bugs in your code.

Atharva Deosthale
Mar 14, 2024 ⋅ 8 min read
Understanding Next.js RouteChangeStart And Router Events

Understanding Next.js routeChangeStart and router events

Dev

Explore Next.js’ routeChangeStart and other router events to enhance your navigation tracking and analytics integration.

Elijah Agbonze
Mar 11, 2024 ⋅ 13 min read
Building an app with Next.js and Electron

Building an app with Next.js and Electron

Dev

Explore Nextron, a package that combines the powerful features of Next.js and Electron to easily create multi-platform desktop applications.

Elijah Asaolu
Mar 8, 2024 ⋅ 7 min read
Exploring Advanced Next.js Routing Conventions

Exploring advanced Next.js routing conventions

Dev

Explore the latest routing mechanisms in Next.js’s App Router, parallel and intercepting routes, and the advanced features they offers.

David Omotayo
Mar 5, 2024 ⋅ 10 min read