Tag: nextjs

Using CORS In Next.js To Handle Cross-Origin Requests

Using CORS in Next.js to handle cross-origin requests

Dev

Explore the most critical CORS headers and how to configure them in Next.js, as well as how to handle common CORS in Next.js errors.

Antonello Zanini
Dec 24, 2024 ⋅ 10 min read
How To Import SVGs Into Your Next.js Apps

How to import SVGs into your Next.js apps

Dev

This article explores the different methods you can use to import and use SVGs in a Next.js application.

Joseph Mawa
Dec 19, 2024 ⋅ 9 min read
Next.js Vs. React: The Developer Experience

Next.js vs. React: The developer experience

Dev

Explore the developer experience for Next.js vs. React and how recent releases have affected them, including Next.js 13 and React 18.

Andrew Evans
Dec 3, 2024 ⋅ 25 min read
Managing Search Parameters In Next.js With Nuqs

Managing search parameters in Next.js with nuqs

Dev

Optimize search parameter handling in React and Next.js with nuqs for SEO-friendly, shareable URLs and a better user experience.

Jude Miracle
Nov 27, 2024 ⋅ 10 min read
CSR, SSR, Pre-Rendering: Which Rendering Technique To Choose?

CSR, SSR, pre-rendering: Which rendering technique to choose?

Choose the rendering technique for your Next.js application, whether it’s client-side rendering, server-side rendering, or pre-rendering.

Fimber Elemuwa
Oct 28, 2024 ⋅ 8 min read

Auth.js adoption guide: Overview, examples, and alternatives

Dev

Auth.js makes adding authentication to web apps easier and more secure. Let’s discuss why you should use it in your projects.

Clara Ekekenta
Sep 12, 2024 ⋅ 10 min read
Build a full-stack app with Next.js and Supabase

Build a full-stack app with Next.js and Supabase

Dev

We’ll build an app using Next.js and Supabase. The concept is for users to track and create workout activities based on specified parameters

Taofiq Aiyelabegan
Sep 12, 2024 ⋅ 15 min read
Lucia Auth: An Auth.js Alternative For Next.js Authentication

Lucia Auth: An Auth.js alternative for Next.js authentication

Dev

Compare Auth.js and Lucia Auth for Next.js authentication, exploring their features, session management differences, and design paradigms.

Paul Akinyemi
Sep 12, 2024 ⋅ 4 min read
Handling Bootstrap Integration With Next.js

Handling Bootstrap integration with Next.js

Dev

Explore how to use Bootstrap’s capabilities in a Next.js app, and analyze the most common issue that occurs when using Bootstrap JavaScript features.

Elijah Asaolu
Sep 10, 2024 ⋅ 7 min read

Next.js View Transitions API

Dev

User expectations for web applications have evolved. Users expect seamless and smooth experiences when navigating between pages; they want the […]

Oyinkansola Awosan
Aug 30, 2024 ⋅ 5 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
Aug 29, 2024 ⋅ 13 min read
Implementing authentication in Next.js with Firebase

Implementing authentication in Next.js with Firebase

Dev

Authentication is a crucial feature in web apps today. See how to use Firebase and React Context to implement user auth in a Next.js app.

Marie Starck
Aug 26, 2024 ⋅ 9 min read