Skip to main content

React Email DnD

A drag-and-drop email builder for React applications. It separates the Editor (for users) from the Renderer (for email clients), connected by a shared JSON schema.

Core Documentation

  • Concepts: Understand the architecture, user roles, and locking/hiding features.
  • Getting Started: Installation and setup guide.
  • JSON Structure: The data format that powers the document.
  • Variables: How to handle dynamic data (e.g., {{user.name}}).

Packages

  • Editor: The visual builder component.
  • Renderer: Converting JSON to HTML/MJML.