awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesReact Email Components

Provides React components for composing email templates programmatically using JSX.

Distinct from Composable Content Fragments: No candidate covers programmatic email composition with React; closest is Composable Content Fragments (CMS concept).

Explore 2 awesome GitHub repositories matching user interface & experience · React Email Components. Refine with filters or upvote what's useful.

Awesome React Email Components GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • unlayer/react-email-editorunlayer 的头像

    unlayer/react-email-editor

    5,086在 GitHub 上查看↗

    React Email Editor is a drag-and-drop visual builder for creating responsive email templates, built as a React embeddable component. It also serves as an AI-powered email designer, a collaborative email design tool, and a React component library for composing emails programmatically with JSX. The editor represents designs as structured JSON and supports multi-format rendering for email clients, web pages, and PDF. What distinguishes this editor is its deep AI integration: users can generate full email templates from natural language, rewrite text with chosen intent, produce multiple text vari

    Offers an open-source React component library to build email layouts entirely in code.

    TypeScriptbuilderdrag-and-dropemail
    在 GitHub 上查看↗5,086
  • reactjs/server-components-demoreactjs 的头像

    reactjs/server-components-demo

    4,359在 GitHub 上查看↗

    这是一个 React Server Components 的实现,提供了一种将服务端渲染与客户端交互性相结合的全栈组件架构。它支持开发 Web 应用程序,其中用于数据获取的服务端组件和交互式客户端组件可以在同一个组件树中共存。 该系统专注于服务端与客户端的数据编排,允许跨网络边界执行服务端函数和数据库变更。它通过一种混合组件架构脱颖而出,将组件执行转移到服务端,从而减小客户端包大小并缩短初始加载时间。 该项目涵盖了广泛的功能,包括使用 Suspense 进行异步数据获取、自动组件记忆化(memoization)以及服务端渲染优化。它还包括用于管理复杂状态、协调资源加载以防止布局偏移,以及构建跨平台 Web 和移动应用程序的工具。 此外还提供了开发工具,用于在开发过程中检测不纯组件、分析模块依赖关系并检查组件层级。

    Provides functions that convert components into HTML strings for server-side delivery.

    JavaScript
    在 GitHub 上查看↗4,359
  1. Home
  2. User Interface & Experience
  3. React Email Components

探索子标签

  • HTML RenderersFunctions that convert React email components into HTML strings for delivery. **Distinct from React Email Components:** Distinct from React Email Components: focuses on the rendering step, not the component library itself.