[Feature] lightweight alternative to react-email #14002
dotlambda
started this conversation in
Feature Request
Replies: 1 comment
|
Yeah react-email is horribly huge. Here's the list of largest server dependencies using du -shc -- * | sort -rh
681M total
149M react-email
136M next
69M geo-tz
42M @opentelemetry
33M typeorm
20M exiftool-vendored.pl
13M fluent-ffmpeg
12M rxjs
11M swagger-ui-dist
11M libphonenumber-js
11M @react-email
11M @babel
9.7M esbuild
7.7M prettier
7.6M class-validator
6.7M tailwindcss
6.7M @nestjs |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
React-email currently contributes more than 500 MiB to the Immich server's
node_modulesthrough the@next/...,react-email, andnextsubdirectories. That seems unnecessarily large just to format some emails. Note that the entirenode_modulesis less than 900 MiB.Should we switch to a lightweight alternative?
Does someone have experience with e.g. https://jsx.email/?
Platform
All reactions