Package up email dev? #721
Replies: 2 comments 4 replies
-
I totally agree with this and this is the direction we want to go. I accept suggestions on how to do the installable or any references |
Beta Was this translation helpful? Give feedback.
-
Anything new? I am trying to add react emails preview feature to remix. Installed it manually but can't really get the app running even when I install next as a dev dependency it complains about many other missing dependencies for running the next app. Is there any way to make the preview feature available? Would love to have something like dub.co for example has just an emails folder and a script for running the preview app. |
Beta Was this translation helpful? Give feedback.
-
Goals
Background
I'm using react email for the Epic Stack which is a Remix app. It's a little odd to install Next.js and all its dependencies when I've already got Remix going on with its deps.
Proposal
I'd like to suggest an installable packaged version of the React Email App. Or a web app that accesses the emails using the file system API. Users would install the app and point it to the location of their emails. I believe it should be possible to have a hosted version of the app (or potentially browser extension) where we can connect our file system to the app and it can render the emails that way. This way nobody has to install anything on their machine and you can also control the environment where the react email app is running as well.
Beta Was this translation helpful? Give feedback.
All reactions