Tag: nextjs

How to Use AWS Amplify for Next.js Authentication

How to use AWS Amplify for Next.js authentication

Dev

In this article, we will take a closer look at how you can simplify the implementation of authentication in Next.js by using AWS Amplify.

Madars Bišs
Feb 24, 2023 ⋅ 5 min read
Using Jotai With Next Js To Share State Across Your App

Using Jotai with Next.js to share state across your app

Dev

You can use Jotai in Next.js projects to share and manage states across your application using a bottom-up approach.

Abhinav Anshul
Feb 22, 2023 ⋅ 6 min read
MDX Integration Strategies for Next.js

MDX integration strategies for Next.js

Dev

This article will explore three unique strategies for easily integrating MDX into your Next.js applications.

Georgey V B
Feb 2, 2023 ⋅ 8 min read
Using Contentful CMS Next.js

Using Contentful CMS with Next.js

Dev

See how Contentful can be easily integrated into your Next.js app, enabling you to access and display content flexibly and dynamically.

Vijit Ail
Jan 20, 2023 ⋅ 5 min read
Getting Started With NextUI and Next.js

Getting started with NextUI and Next.js

Dev

In this article, we will look at a new UI library for React and Next.js, NextUI, to build a simple ecommerce application.

Miracle Onyenma
Jan 17, 2023 ⋅ 11 min read
Manage Seo Next Js Next Seo

Manage SEO in Next.js with Next SEO

Dev

Learn how to use the Next SEO plugin so you can effectively manage your Next.js app’s SEO without missing any properties.

Nilanth Sriram
Jan 3, 2023 ⋅ 8 min read
Using Outstatic Next Js Static Site Management

Using Outstatic for Next.js static site management

Dev

Outstatic is a relatively new static CMS for Next.js applications. Let’s learn what makes it promising and how to use it in our projects.

Elijah Asaolu
Dec 23, 2022 ⋅ 6 min read
How to Add Pagination to Your Next.js App

How to add pagination to your Next.js app

Dev

We’ll talk about how to set up a Next.js project, data fetching from an API endpoint with getStaticProps method, and implementing pagination.

Taofiq Aiyelabegan
Dec 20, 2022 ⋅ 5 min read
React Svelte Next JS

Remix vs. Next.js vs. SvelteKit

Dev

Compare a few features of popular meta-frameworks Remix, Next.js, and SvelteKit, ranging from initiating a project to adding styling.

Alex Merced
Dec 15, 2022 ⋅ 8 min read
End-To-End Testing For A Next.js App With Cypress And TypeScript

E2E testing in Next.js with Cypress and TypeScript

Dev

Learn what you need to know about end-to-end testing with Next.js apps and how to perform tests with Cypress and TypeScript.

Damilola Jerugba
Nov 30, 2022 ⋅ 9 min read
Adding robots.txt to Your Next.js App

Adding a robots.txt file to your Next.js app

Dev

Learn what a robots.txt file is, how to add it to your Next.js application, and how to validate it when your app is deployed.

Marie Starck
Nov 9, 2022 ⋅ 3 min read
Understanding Relative And Absolute Imports In Next Js

Understanding relative and absolute imports in Next.js

Dev

Let’s discuss Next.js absolute imports, relative imports, and different ways to implement them in your application.

Ibadehin Mojeed
Nov 4, 2022 ⋅ 7 min read