Tag: nextjs

Building Next.js Apps With Materio

Building Next.js apps with Materio

Dev

Materio, a Next.js and React admin template, allows you to successfully customize your Next.js app with customizable, developer-friendly features.

Suraj Vishwakarma
Aug 16, 2023 ⋅ 5 min read
React Server Components in Next.js 13

React Server Components in Next.js 13

Dev

Use React Server Components to effectively manage rendering and build apps that span the server and client.

Chinwike Maduabuchi
Aug 10, 2023 ⋅ 8 min read
Handling Data Fetching In Next.js With UseSWR

Handling data fetching in Next.js with useSWR

Dev

Explore the basics of the useSWR Hook in Next.js, as well as working with reusable data fetching and pagination using the hook.

Elijah Agbonze
Jul 20, 2023 ⋅ 16 min read
Dealing With Links In Next.js

Dealing with links in Next.js

Dev

In this article, we explain two techniques for isolating routing in your Next.js application.

Radoslav Stankov
Jul 19, 2023 ⋅ 6 min read
The Biggest Next.js Boilerplates Of 2023

The biggest Next.js boilerplates of 2023

Dev

Compare the most popular Next.js boilerplates, including NextJS Starter Boilerplate and TailwindBlog based on stats, tech stacks, and features.

Theodorus Clarence
Jul 6, 2023 ⋅ 6 min read
A Guide to Cookies in Next.js

A guide to cookies in Next.js

Dev

Cookies are crucial to web development. This article will explore how to handle cookies in your Next.js applications.

Georgey V B
Jul 3, 2023 ⋅ 6 min read
Using Cors In Next Js To Handle Cross Origin Requests

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

Dev

There are several ways to configure CORS in Next.js. Let’s look at how to use the most critical headers to make your site more secure.

Antonello Zanini
Jun 30, 2023 ⋅ 7 min read
Building a Shopping Cart App With Vercel Stack

Building a shopping cart app with Vercel Stack

Dev

In this tutorial, we will take a look at how to set up Vercel Postgres and Vercel KV and build a simple shopping cart app.

Rahul Padalkar
Jun 29, 2023 ⋅ 10 min read
Build a job hosting site with Appwrite and Next.js

Build a job hosting site using Appwrite and Next.js

Dev

Learn how to use Appwrite, the popular BaaS platform, and integrate it with a Next.js app to build powerfully featured web apps and more.

Kevin Tomas
Jun 16, 2023 ⋅ 7 min read
Using Next.js’ Middleware and Edge Functions

Using Next.js’ middleware and Edge Functions

Dev

Next.js Edge Functions allow you to run code at the network’s edge. In this post, we’ll learn how middleware works with Edge Functions.

Temitope Oyedele
Jun 14, 2023 ⋅ 11 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
Jun 13, 2023 ⋅ 8 min read
React Suspense Next JS

Next.js 13 and React Suspense: Create a loading component

Dev

Next.js 13 introduced some new features like support for Suspense, a React feature that lets you delay displaying a component until the children have finished loading.

Suraj Vishwakarma
May 25, 2023 ⋅ 4 min read