TypeScriptHow to integrate Mailchimp with Next JS and TypeScript1. Introduction & Overview In this tutorial, we will be going through how to integrate the email marketing platform Mailchimp with Next.js and TypeScript. When integrating it into an application recently, I ran across numerous issues and thought this tutorial might be useful to others. A GitHub repository is referenced at the end of this tutorial. Prerequisites For your reference, below are the versions we are using in this application. We will be using the app router setup for Next.js. Ver
TypeScriptT3: Rise of the MonorepoBuilding full-stack monorepo's doesn't have to be a headache. With the T3 stack we can quickly spin up full-stack, typesafe Next.js projects.
PlatformsUnion and Intersection Typeguards in TSIf you’ve ever been interested in complex typings in TypeScript, particularly when it comes to typeguards, this is the article for you!