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

推荐订阅源

月光博客
月光博客
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
MyScale Blog
MyScale Blog
G
Google Developers Blog
Microsoft Azure Blog
Microsoft Azure Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
MongoDB | Blog
MongoDB | Blog
I
InfoQ
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security

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 React Email 6.0 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
React Email 5.0
Gabriel Miranda, Bu Kinoshita · 2025-11-07 · via Resend RSS Feed

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

  • Dark Mode Switcher
  • Tailwind 4
  • Resend Integration
  • 8 New Components

Update today and check the upgrade instructions below.

npm i react-email@latest @react-email/components@latest

React Email now has 920,325 weekly downloads on npm, that is a 117% increase since the last major release 7 months ago.

We also have 17,041 stars on GitHub and would like to thank all the 182 open source contributors who made this possible.

Dark Mode Switcher

Theming in email has always been a challenge, since each client renders emails differently. The new theming system makes this much easier. We've tested dark mode across the most popular email clients to ensure compatibility.

Tailwind 4

React Email now supports Tailwind 4. This allows for simpler code, and provides the opportunity for performance improvements.

Because React Email checks the compatibility of your CSS, you can safely develop with confidence that your emails will render correctly.

Resend Integration

Resend Templates are a new way to collaborate on emails with your team, even if they're not technical.

With this new integration, you can upload a React Email template to Resend and your entire team can collaborate in real-time in the visual editor.

Here's how to upload Templates from React Email to Resend.

After running npx react-email@latest resend setup and pasting an API key, the React Email CLI can upload Templates to Resend.

8 New Components

React Email includes components that you can copy and paste to build beautiful emails. It's one of the easiest ways to get started. React Email 5 includes several new components to the list to inspire your emails.

You can find more in the Components Gallery.

Upgrade instructions

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

A) Update your React Email packages:

npm i react-email@latest @react-email/components@latest

B) Replace all renderAsync uses with render method.

Make sure you update @react-email/components alongside react-email. The compatibility checker now only supports Tailwind 4, so you need to update both in sync.

Conclusion

In addition to the features we've released today, we've also upgraded React Email to support React 19.2 and Next.js 16.

If you want to know all the details about this release, check the React Email Changelog.