Tag: nextjs

Using Opennext To Deploy A Next Js App To Aws Lambda

Using OpenNext to deploy a Next.js app to AWS Lambda

Dev

OpenNext is an open source adapter for the Next.js framework that helps integrate your Next.js app smoothly with AWS services like Lambda.

Nwani Victory
Sep 12, 2023 ⋅ 7 min read
Data Fetching With GetServerSideProps And GetStaticProps

Data fetching in Next.js with getServerSideProps and getStaticProps

Dev

Compare the `getInitialProps`, `getServerSideProps`, and `getStaticProps` data fetching methods, and how they work for server-side rendering and static site generation.

Yomi Eluwande
Sep 8, 2023 ⋅ 8 min read
Customizing Environment Variables In Next.js 13

Customizing environment variables in Next.js 13

Dev

Next.js environment variables influence the way an application runs or behaves in different contexts and environments.

Joseph Mawa
Sep 7, 2023 ⋅ 8 min read
Next.js Vs. Gatsby: Comparing React Frameworks

Next.js vs. Gatsby: Comparing React frameworks

Dev

Compare the two React frameworks, Gatsby and Next.js, based on use cases and performance when building a variety of websites.

Peter Ekene Eze
Sep 5, 2023 ⋅ 12 min read
End-To-End Type Safety With Next.js, Prisma, And GraphQL

End-to-end type safety with Next.js, Prisma, and GraphQL

Dev

Explore end-to-end type safety using Next.js, Prisma, and GraphQL by building a wishlist application that allows a user to bookmark items from the internet.

Alex Ruheni
Aug 29, 2023 ⋅ 15 min read
7 Common Next.js Errors and How to Solve Them

7 common Next.js errors and how to solve them

Dev

Let’s explore the causes and solutions of some common errors in Next.js that you may encounter during development.

Kingsley Ubah
Aug 17, 2023 ⋅ 6 min read
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
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