Guias

React Email First Look








React Email is a modern take on the dev experience for email generation. You get email…with type checking!!

🔗 Key Links 🔗
– React Email:
– Resend:

—————————————
🎨 VSCode Theming
– Font: Cascadia Code:
– Theme:
– Icons:

—————————————

🌐 Connect With Me 🌐
– Website:
– Blog:
– Twitter:
– Patreon:
– Buy Me a Coffee:

Link do Vídeo






49 Comentários

  1. Hey Tim, thanks for this video, I wanted to ask if it's possible to connect this to a database and then get variables into the template

  2. This is really freaky. At my place of work, we started a very similar in-house project using mjml-react, chokidar and sucrase. We optimized for speed so that the developers'/designers' iterative template edit-and-preview process would be speedy. Instead of writing transpiled JSX to the filesystem like React Email, we loaded all files and transpiled them in memory. We measured the speed of different in-memory transpilers (including swc and esbuild), and for our email templates, babel took over ~500ms on average, whiile sucrase took ~50ms on average.

    I wanted to publish some or all of our work on this in the near future, but now that this project is out, I wonder if it has become redundant…

  3. oh fuck.
    I predict that each and every one of those very nicely made samples are going to be used in email scam attempts within the next few weeks..

  4. seems good. def addressing a need that a lot of people have. surprised there are so few good options in this space

  5. Dumb question, why they didn't do this in a weebly style ? Don't code, just put bouton, text and images, it's more users friendly and permit noob to have beautiful mails too.

  6. This is amazing. Excellent find! Writing html email templates was one of my first tasks as a developer. So painful. This is beautiful.

  7. Wow! I might actually have to adopt this for building out better looking (and working) emails. So glad I clicked on the video. I'd love to see a SvelteKit version of this.

  8. Unfortunately, its not compatible with node 16. I can't use node 18 on my existing projects since not all my dependencies support it. Bummer!

  9. I might give it a go when it is responsive. I also had a look at mjml-react and that seemed decent too but I didn't pursue it all the way for some reason. I think I wanted to also preview the emails in a nextjs route and I wasn't sure how to actually render these email components on a web page. Think I tried using render to convert it to html and then set that html onto the page and it might have worked but I don't remember.

  10. wow, this is actually exciting as I was stuck with the email stuff and never found a good solution! btw will it work with Express js? I don't wanna write another microservice just for email haha 😂😂

  11. It's amazing you can use React to develop emails without nested tables! What about outlook conditionals and ghost tables? Will it work across all email providers?

Comentários estão fechados.