惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
I
InfoQ
U
Unit 42
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
月光博客
月光博客
D
Docker
Stack Overflow Blog
Stack Overflow Blog
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
博客园 - 聂微东
A
About on SuperTechFans
腾讯CDC
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
博客园 - 【当耐特】
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
M
MIT News - Artificial intelligence

Resend RSS Feed

6 Tips for Accessible Emails Welcoming Manoel do Amaral, our new Brand Designer Welcoming Michael Vaz, our new Customer Success Engineer Six Steps to Improve Your Sender Reputation Welcoming Tatira Andrade, our new Executive Assistant Welcoming Pedro Ivo Hudson, our new Design Engineer Welcoming Diel Duarte, our new Open source Engineer Welcoming Areia Spinner, our new Recruiter Resend Forward: A Conference about Craft Custom Tracking Domains AI Email Editor Introducing Automations Welcoming Ahmed Tolba, our new SRE Engineer Welcoming Aneil Singh, our new Founding Account Executive Welcoming Lucas Motta, our new Software Engineer Welcoming Trey Knowles, our new Founding Account Executive Welcoming Anxhela Carciu, our new SRE Engineer Introducing DMARC Analyzer Welcoming Evan Thibodeau, our new Customer Success Engineer Welcoming Derich Pacheco, our new Software Engineer Welcoming Alec Ventura, our new Data Engineer Welcoming Felipe Freitag, our new Software Engineer Welcoming Mateusz Wos, our new Software Engineer Incident report for February 15, 2026 Email automation for OpenClaw How to Create a DevTools Agent Skill Introducing Email Skills Why You Should Embrace the Promotions Tab Slater Smith, our new Customer Success Engineer Do You Need a Warmup Service?
React Email 6.0
Danilo Woznica, Gabriel Miranda, João Melo, Zeh Fernandes · 2026-04-17 · via Resend RSS Feed

We're excited to announce React Email 6.0, featuring:

  • Open-Source Editor
  • Build your own Extensions
  • New Templates
  • Unified Package

Get started today or check the upgrade instructions below.

React Email now has 2M weekly downloads on npm, that is a 108% increase since the last major release 5 months ago.

We would like to thank all the 196 open source contributors who made this possible.

Open-Source Editor

The centerpiece of React Email 6 is a new open-source visual editor, available as a standalone package.

You can embed the editor directly in your app with a few lines of code.

The editor outputs semantically correct, email-ready HTML that renders correctly across every major inbox provider.

Editor Architecture

Built on the fundamental learnings from React Email, the editor is designed to be easy to use, extensible, and flexible.

The editor is built in two layers.

  1. Core works out of the box with no configuration.
  2. Extensions custom features you can build using the composable API

This architecture allows the core to remain simple and focused, while providing a composable API for building your own extensions.

To style the editor, import a default theme to get started quickly.

You can also build your own theme to style the editor to look and feel like your own app.

Build your own Extensions

The composable API exposes EmailNode so you can build any custom block your users need: uploading images to a CDN, embedding social posts, rendering charts inline in an email.

The opportunities are as endless as your imagination.

Each custom node defines both its HTML representation and its React Email output via renderToReactEmail.

For more help, view editor examples or read the full editor documentation.

New Templates

React Email 6 also ships with a new collection of templates created by our friends at Character Studio for common use cases, including authentication flows and e-commerce sequences.

Use them as a starting point, or pull individual sections into your own templates. The templates are available as React Email templates or as Figma files (Authentication templates, E-commerce templates).

Unified Package

To simplify the development experience, we've unified all React Email components into a single package. This means you can now import everything you need from react-email without worrying about multiple packages.

This does not include the Editor, which needs to be installed separately.

We've also moved what was @react-email/preview-server into what's now @react-email/ui.

Upgrade instructions

Here's how to update from React Email 5.0 to 6.0.

A) Remove the old packages:

B) Install the new packages:

C) Update your imports:

Instead of importing from @react-email/components:

You can now import from react-email:

For a thorough explanation, see the updating guide.

Conclusion

We're excited to see the new possibilities that the open-source editor and the new templates will bring to the community.

If you have any questions, feel free to reach out to us on GitHub.