Do you use render() to render on-demand when sending an email? #2384
-
I wonder what the best use case is, using the render() method to render on-demand, for example as here
Or do you use this outside of a live application and pre-render/build the html? |
Beta Was this translation helpful? Give feedback.
Answered by
gabrielmfern
Jul 29, 2025
Replies: 1 comment 2 replies
-
The best developer experience is rendering on-demand, at the exact moment of sending the email template and populating the data through props. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
notflip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The best developer experience is rendering on-demand, at the exact moment of sending the email template and populating the data through props.