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

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.

Integrating Jest and React Testing Library with ReactJS and TypeScript

Published on: Aug 13, 2024

Updated on: Sep 1, 2024

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