#TypeScript Articles
How to send emails from Nextjs without the Backend using EmailJs
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
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
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
Learn to integrate Jest and React Testing Library with React TypeScript using Vite. This guide covers setup, configuration, and writing effective tests.