#TypeScript 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.

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.

Integrating Jest and React Testing Library with ReactJS and TypeScript

2024-08-13

2024-09-01T20:43:19Z

Learn to integrate Jest and React Testing Library with React TypeScript using Vite. This guide covers setup, configuration, and writing effective tests.