You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've read both resend.com docs and react.email docs. None of these do a good job at explaining how to use both Next.js 15+, Resend, and React Email and everything is very confusing and ambiguous.
Sources:
https://resend.com/nextjs (docs seem old/outdated, uses POST in code example, in other examples GET is used. What should one use? Confusing.)
Ambiguous use of react:. Some examples use react: EmailTemplate() and others use react: <EmailTemplate />
There is problabaly some other stuff as well that I forgot to mention but I think you get the point.
And it would probably be a good idea also to add a page for each of the other popular frameworks such as Svelte, Solid, etc
Background
This feature would help developers get up and running more quickly when using Next.js and other frameworks.
Proposal
Go through all Next.js + Resend combination docs on both resend.com and on react.email and make it say the same thing on both places. Also, update the example repos, and explain in more details which npm packages are needed for this combo and why.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
I've read both resend.com docs and react.email docs. None of these do a good job at explaining how to use both Next.js 15+, Resend, and React Email and everything is very confusing and ambiguous.
Sources:
react:. Some examples usereact: EmailTemplate()and others usereact: <EmailTemplate />There is problabaly some other stuff as well that I forgot to mention but I think you get the point.
And it would probably be a good idea also to add a page for each of the other popular frameworks such as Svelte, Solid, etc
Background
This feature would help developers get up and running more quickly when using Next.js and other frameworks.
Proposal
Go through all Next.js + Resend combination docs on both resend.com and on react.email and make it say the same thing on both places. Also, update the example repos, and explain in more details which npm packages are needed for this combo and why.
Beta Was this translation helpful? Give feedback.
All reactions