resend / resend-node

Resend's Official Node.js SDK
MIT License
496 stars 39 forks source link

Resend SDK design #309

Open aboubakrbm opened 5 months ago

aboubakrbm commented 5 months ago

This is from pnpm-lock.yaml:

/resend@3.0.0:
    (...)
    dependencies:
        '@react-email/render': 0.0.11

I don't know why @react-email/render is a dependency for resend package. If I am using resend in a Nuxt project why should i deal with react-email. I think it would be better if resend was an independant package.

Originally posted by @aboubakrbm in https://github.com/resend/react-email/issues/1209#issuecomment-1902097701

iBobik commented 2 days ago

Just found I have React in my Nuxt project too :-)

It is nice Resend has this feature, but it should be optional, so we will not have such a huge unnecessary deps.