NextJs Articles
How to send emails from Nextjs without the Backend using EmailJs
2022-04-22
2024-08-11T23:01:43Z
Learn how to send emails from your Next.js application without the need for a backend server using EmailJS. Follow this step-by-step guide to easily integrate email functionality into your Next.js projects.
Sync Smart: Automating Next.js Development with GraphQL Codegen
2024-04-23
2024-09-01T19:00:37Z
Optimize your Next.js projects with GraphQL Codegen. Automate type definitions and query builders for seamless frontend-backend synchronization.
Building a Sanity Studio with Next.js 13: A Step-by-Step Guide
2023-09-24
2023-10-15T15:43:23Z
Learn to integrate Sanity Studio with Next.js for efficient content management and dynamic web apps. Elevate your web skills!
Next.js Email Sending with App Router and EmailJS
2024-03-09
2024-08-10T23:06:01Z
Discover how to integrate EmailJS with Next.js using App Router and Server Actions. This guide covers both SDK and API approaches for seamless email functionality.
Build blog post website using NextJs & markdown
2022-04-28
2024-09-01T17:16:16Z
Learn to build a dynamic blog with Next.js and Markdown. This guide covers creating dynamic pages, rendering Markdown, and optimizing images for a fast, modern blog.
Create a Responsive Navigation Bar Using Semantic UI React Library
2022-04-29
2023-08-17T22:03:25Z
In this article, you will learn how to combine Semantic UI components together to build a professional responsive component On the NextJs application!
Deploying Next.js to Vercel with GitHub Actions: A Quick Guide
2024-07-28
2024-08-01T14:11:16Z
Learn how to deploy your Next.js app to Vercel using GitHub Actions for seamless CI/CD. Automate deployments, save time, and enhance your development workflow.