Mailchimp Newsletter Subscription in Next.js React Application

Posted on

In this blog we will learn about how to add a mailchimp newsletter subscription in a Nextjs react application. Get the Mailchimp URL Create an account on Mailchimp if you don’t already have one.Create an audience campaign. Navigate to Campaigns > Signup Forms > Signup forms tab and click on Embed forms and then select. Copy the the form action value

Read More

Setup Cypress in your Next.js Application | End to End testing

Setup Cypress in your Next.js Application | End to End testing

Posted on

In this blog we will learn about how to setup cypress in your next.js applications and end to end testing. Step One: Install cypress and add the script and config Lets install cypress first Now add this script into your package.json file Now run cypress open from the root of the project. This will create

Read More