Adding Address Autocomplete to Medusa.js Checkout

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • medusa-next-address-autocomplete

    Next starter project for MedusaJS and Lob Address Autocomplete

    You can find the complete code in this GitHub repo.

  • medusa-starter-default

    medusa-starter-default which is the Medusa server. (Do NOT seed your database yet)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • nextjs-starter-medusa

    A performant frontend ecommerce starter template with Next.js 14 and Medusa.

    medusa-nextjs-starter which is the Next.js frontend template.

  • Yup

    Dead simple Object schema validation

    We’ll first create the field in the form’s validation schema which is handled by the library Yup. You’ll see the config object already has a value province that is set to be nullable. Let’s change this so it’s now required by removing nullable() and replacing it with required("Required").

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts