Tag: nextjs

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
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
Implementing Vector Search With Open Ai, Next Js, And Supabase

Implementing vector search with OpenAI, Next.js, and Supabase

Dev

Let’s build a Next.js app that implements vector search using Supabase and OpenAI to offer better search experiences for users.

Peter Ekene Eze
Feb 27, 2024 ⋅ 11 min read
How To Implement Redirects In Next Js

How to implement redirects in Next.js

Dev

Set up an app and take a closer look at different ways you can implement redirects in your Next.js projects, with code snippets for both configuration files and routes.

Madars Bišs
Feb 26, 2024 ⋅ 12 min read
Guide To Next Js Layouts And Nested Layouts

A guide to Next.js layouts and nested layouts

Dev

Understanding how layouts, nested layouts, and custom layouts work in Next.js is crucial for building complex, user-friendly projects.

Ibadehin Mojeed
Feb 19, 2024 ⋅ 12 min read
How To Structure Scalable Next Js Project Architecture

How to structure scalable Next.js project architecture

Dev

Learn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows.

Abhinav Anshul
Jan 30, 2024 ⋅ 12 min read