@saltyAom It has better error handling, bulit in support for interceptors and timeout, simpler syntax, automatic request and response transformation. Overall better experience than fetch. I donโt understand how people are okay using fetch, its extremely basic.
@timmietech nodemailer works with all of them, it just lets you communicate directly using SMTP protocol rather than of using HTTP like the SDKโs each vendor provides. It is very flexible and if you change a vendor all you need to do is update the credentials, no code change needed.
@saltyAom prefer Nest.js but they use Express behind the scene, So far Nest.js provides the most structured coding experience with all the tooling they have. Will be nice if Elysia gets added as an option to Express and Fastify