How to send emails and implement a newsletter in Remix with Resend

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 12

  • @MiDonGo
    @MiDonGo 4 місяці тому

    Thanks for continuing the series. It is very helpful.

    • @alemtuzlak
      @alemtuzlak  4 місяці тому

      Thank you for watching!

  • @sanan9804
    @sanan9804 4 місяці тому

    Hey Alem! Could you cover how to build an embeddable widget(so that it can be used on any website) using remix and vite in your next video?. It would be fantastic to see this topic covered by you

    • @alemtuzlak
      @alemtuzlak  4 місяці тому

      Interesting idea, so something thats bundled and then the bundle is used somewhere as a widget, correct?

    • @sanan9804
      @sanan9804 4 місяці тому

      That's correct. That can be used by including

    • @alemtuzlak
      @alemtuzlak  4 місяці тому +1

      @@sanan9804 thats a really interesting idea, I've never worked on stuff like that but I'd like to try that out, no promises for the close future but I'll try to make that video and a widget as well

  • @SajidAliSoftwareEngineer
    @SajidAliSoftwareEngineer 4 місяці тому

    Hey Alem I cloned your repository and I am getting this weird error while installing packages.
    Error: Couldn't find package "@rollup/rollup-darwin-x64-musl@4.18.1" required by "react-router-hono-server@^0.1.0" on the "npm" registry
    I am using MAC OS and yarn package manager. I also tried with NPM same error
    node version 20.17.0

    • @alemtuzlak
      @alemtuzlak  4 місяці тому

      Hello! Try adding @rollup/rollup-darwin-x64-musl@4.18.1 to optionalDependencies in the package json and running it!

    • @SajidAliSoftwareEngineer
      @SajidAliSoftwareEngineer 4 місяці тому

      @@alemtuzlak still same error

    • @alemtuzlak
      @alemtuzlak  4 місяці тому

      @@SajidAliSoftwareEngineer delete the lock file and node modules and try installing then?

    • @MiDonGo
      @MiDonGo 4 місяці тому

      use yarn add rphlmr/react-router-hono-server#v0.2.0 if the npm registry isn't updated.