Tag: nextjs

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
How Why Use Next JS Django

How and why you should use Next.js with Django

Dev

Both Next.js and Django can efficiently handle a web application’s frontend and backend sections. Therefore, it’s unsurprising that this combination has a few use cases.

Oyinkansola Awosan
Oct 13, 2022 ⋅ 4 min read

Using Next.js security headers to strengthen app security

Dev

Using security headers in your Next.js apps is a highly effective way to secure websites from common security threats.

Kingsley Ubah
Oct 13, 2022 ⋅ 6 min read

Adding an RSS feed to your Next.js app

Dev

In this lesson, we will learn how to integrate an RSS feed into a Next.js application to help with your content distribution goals.

Ibadehin Mojeed
Oct 10, 2022 ⋅ 7 min read
How to use Ant Design with Next.js

How to use Ant Design with Next.js

Dev

Learn how to integrate Ant Design with Next.js to build scalable, efficient, and developer-friendly apps.

Nilanth Sriram
Oct 7, 2022 ⋅ 6 min read
Applying Atomic Design To Your Next.js Project

Applying Atomic Design to your Next.js project

Dev

In this article, we will focus on Atomic Design, learn its principles, and apply them to create a basic blog page in a Next.js application.

Nefe Emadamerho-Atori
Oct 6, 2022 ⋅ 6 min read
Build A Server-Rendered React App With Next.js And Express

Build a server-rendered React app with Next.js and Express

Dev

One of Next.js’ strong points is that it handles server-side rendering excellently, and it integrates with Express just as well.

Ogundipe Samuel
Oct 4, 2022 ⋅ 7 min read
Next.JS Logo Over Sunset Water

Improving Next.js app performance with BlurHash

Dev

Learn how to use BlurHash to generate placeholder images for a Next.js application for improved app performance and user experience.

Timonwa Akintokun
Sep 27, 2022 ⋅ 6 min read

Troubleshooting a Next.js app with ESLint

Dev

Learn how to troubleshoot bugs in a Next.js app with ESlint — a useful tool that enforces code styles and keeps your code clean.

Avneesh Agarwal
Sep 23, 2022 ⋅ 3 min read
Build An Api With Next.js Lambda Functions

Build an API with Serverless Functions in Next.js

Dev

Serverless functions are not directly a part of Next.js’ API. Next.js provides developers with API routes that can be deployed on Vercel as serverless functions.

Lawrence Eagles
Sep 21, 2022 ⋅ 6 min read
A Guide to Using Convex for State Management

A guide to using Convex for state management

Dev

Get to grips with Convex, a full-stack solution including data storage, retrieval, and mutations, all built into an SDK for global state management.

Anshuman Bhardwaj
Sep 21, 2022 ⋅ 9 min read