Email Templates
Hello, anyone tried creating email templates in hono? I tried react-email however I had no luck as it shows a lot of errors. Anything that could help is much appreciated. Thank you!
4 Replies
Can you share your repo? Out of the hono supports JSX but not react. you can look at this package for hono for instructions to setup react. https://www.npmjs.com/package/@hono/react-renderer
npm
@hono/react-renderer
React Renderer Middleware for Hono. Latest version: 0.2.1, last published: a month ago. Start using @hono/react-renderer in your project by running
npm i @hono/react-renderer
. There are no other projects in the npm registry using @hono/react-renderer.Unfortunately, I can't share the repo as it is private and not mine but I will check the link you provided.
Sure
hello, just wanna say thank you it works now! 🔥