Tag: nextjs

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
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
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
Using Notion With Incremental Static Regeneration In Next Js To Synchronize Content Across Platforms

Using Notion and Next.js ISR to sync content across platforms

Dev

Integrating Notion and the Notion API with ISR in Next.js makes it easy to create and publish synchronized blog content across the web.

Andrew James
May 22, 2023 ⋅ 10 min read
Best Next.js Starter Templates

The best Next.js starter templates

Dev

We review some of the most popular Next.js website starter templates, offering a range of features and customization options.

Nelson Michael
May 17, 2023 ⋅ 6 min read
Implementing Service Workers In Your Next Js Application

Implementing service workers in your Next.js app

Dev

Service workers can enhance your Next.js app functionality and improve UX. Let’s explore how to implement service workers with examples.

Elijah Agbonze
May 9, 2023 ⋅ 9 min read
Convert Nextjs Component Figma

How to convert Figma components to Next.js with Tailwind CSS

Dev

Figma is a cloud-based design and prototyping tool that allows you to create designs for websites and mobile apps; we learn how to convert Figma designs into Next.js code by using Tailwind CSS.

Murat Yüksel
Apr 25, 2023 ⋅ 11 min read
Using Next.js With TypeScript

Using Next.js with TypeScript

Dev

In this tutorial, we’ll demonstrate how to use Next.js with TypeScript to build high-quality, search-optimized, and predictable apps.

Ibrahima Ndaw
Apr 24, 2023 ⋅ 13 min read
Protecting Next.js apps from CSRF attacks

Protecting Next.js apps from CSRF attacks

Dev

Using next-csrf, SameSite cookies, and more, learn more about how to prevent and protect against CSRF attacks in Next.js.

Kevin Tomas
Apr 24, 2023 ⋅ 6 min read