Tag: nextjs

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
Diving Into Server Actions In Next.js 14

Diving into Server Actions in Next.js 14

Dev

Explore Next.js Server Actions to write functions that execute on either the server or client side, and build a to-do app to demonstrate the UI results.

Peter Ekene Eze
Dec 21, 2023 ⋅ 10 min read
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