Tag: nextjs

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
A Guide To Enabling Partial Pre-Rendering In Next.js

A guide to enabling partial pre-rendering in Next.js

Dev

The partial pre-rendering feature from Next.js 14 leverages the React Suspense API to incrementally render web page content as it is needed.

Chimezie Innocent
Jan 22, 2024 ⋅ 9 min read
How To Use Redux In Next.js

How to use Redux in Next.js

Dev

This tutorial builds a simple app to demonstrate communication between two sibling components using Redux, a popular state management tool.

Mohammad Faisal
Jan 18, 2024 ⋅ 7 min read
Next.js No-Code Platforms Rapid Development

Exploring Next.js no-code platforms for rapid development

Dev

We explore the advantages, drawbacks, and best practices associated with using Next.js no-code platforms to speed up frontend development.

Oyinkansola Awosan
Jan 15, 2024 ⋅ 6 min read
Analog.js Next.js SolidStart Modern Meta-Frameworks

Analog.js vs. Next.js vs. SolidStart: Comparing modern meta-frameworks

Dev

We compare and evaluate the Analog.js, Next.js, and SolidStart meta-frameworks, build an app with each, and look at performance.

Clara Ekekenta
Jan 11, 2024 ⋅ 5 min read
Using Next.js Route Handlers

Using Next.js Route Handlers

Dev

Explore the route handling features in Next.js v13.2, demo how to use it, and compare it to the previous routing system.

Emmanuel Odioko
Jan 2, 2024 ⋅ 10 min read
Advanced Page Transitions With Next Js And Framer Motion

Advanced page transitions with Next.js and Framer Motion

Dev

Here’s a look at how to use Next.js and Famer Motion to apply subtle, elegant page transitions that add personality and style to your site.

Francois Brill
Dec 28, 2023 ⋅ 9 min read
Comparing Next.js testing strategies and tools

Comparing Next.js testing tools and strategies

Dev

We compare four popular testing tools for Next.js in this article: Playwright, Cypress, Jest, React Testing Library, and Vitest.

Emmanuel John
Dec 22, 2023 ⋅ 13 min read