NextJs Articles
How to send emails from Nextjs without the Backend using EmailJs
Published on: Apr 22, 2022
Updated on: Aug 11, 2024
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
Published on: Apr 23, 2024
Updated on: Sep 1, 2024
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
Published on: Sep 24, 2023
Updated on: Oct 15, 2023
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
Published on: Mar 9, 2024
Updated on: Aug 10, 2024
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
Published on: Apr 28, 2022
Updated on: Sep 1, 2024
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
Published on: Apr 29, 2022
Updated on: Aug 17, 2023
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
Published on: Jul 28, 2024
Updated on: Aug 1, 2024
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.