Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@react-email/render

Package Overview
Dependencies
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/render

Transform React components into HTML email templates

canary
Source
npmnpm
Version
2.0.7-canary.0
Version published
Weekly downloads
7.1M
-3.2%
Maintainers
5
Weekly downloads
 
Created
Source

React Email button cover

@react-email/render
Transform React components into HTML email templates.

Website · GitHub

Install

Install component from your command line.

With yarn

yarn add @react-email/render -E

With npm

npm install @react-email/render -E

Getting started

Convert React components into a HTML string.

import { MyTemplate } from "../components/MyTemplate";
import { render } from "@react-email/render";

const html = await render(<MyTemplate firstName="Jim" />);

License

MIT License

Keywords

react

FAQs

Package last updated on 15 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts