A few weeks ago, I was in search of a simple tool for creating email templates with no fuss for one of my pet projects
I needed a solution that would enable me to easily craft templates directly in the browser and export them in HTML format for use with an API that sends out emails.
My design requirements for these templates are quite humble: basic text emails and a logo - that's all I need 🙌
I found a couple of such tools on GitHub:
- react-email-editor
— See more on: https://youtu.be/MIWhX-NF3j8
- easy-email
The first tool offered a straightforward demo page without requiring registration, and that's the one I went with. It suits my needs perfectly. 🙂
The only thing you'll need to do after exporting to HTML is replace the provided image URLs with your own
#FrontendBeer #instruments #emailtemplates #email (c) Frontend Beer
I needed a solution that would enable me to easily craft templates directly in the browser and export them in HTML format for use with an API that sends out emails.
My design requirements for these templates are quite humble: basic text emails and a logo - that's all I need 🙌
I found a couple of such tools on GitHub:
- react-email-editor
— See more on: https://youtu.be/MIWhX-NF3j8
- easy-email
The first tool offered a straightforward demo page without requiring registration, and that's the one I went with. It suits my needs perfectly. 🙂
The only thing you'll need to do after exporting to HTML is replace the provided image URLs with your own
#FrontendBeer #instruments #emailtemplates #email (c) Frontend Beer
👍2
Next.js 14 is out 🚀
I started working with this framework back in 2017 and I remember setting up projects as early as version 3. Since then, Next.js has come a long way and it's inspiring to see its progress.
I recall the excitement when the development team secured investments and it is move the tool forward in great strides. I also remember the collaborations with React developers and Google Chrome's team.
It's always invigorating to witness the technologies you work with evolving and improving!
Next.js 14 brings us the following:
⚪️ 53% faster local server startup and 94% faster code updates with Fast Refresh
⚪️ Stable Server Actions
⚪️ Preview version of Partial Prerendering – a mechanism that delivers dynamically generated content more swiftly
⚪️ A new learning course covering the App router, Authentication, Postgres, and more.
#FrontendBeer #instruments #nextjs (c) Frontend Beer
I started working with this framework back in 2017 and I remember setting up projects as early as version 3. Since then, Next.js has come a long way and it's inspiring to see its progress.
I recall the excitement when the development team secured investments and it is move the tool forward in great strides. I also remember the collaborations with React developers and Google Chrome's team.
It's always invigorating to witness the technologies you work with evolving and improving!
Next.js 14 brings us the following:
⚪️ 53% faster local server startup and 94% faster code updates with Fast Refresh
⚪️ Stable Server Actions
⚪️ Preview version of Partial Prerendering – a mechanism that delivers dynamically generated content more swiftly
⚪️ A new learning course covering the App router, Authentication, Postgres, and more.
#FrontendBeer #instruments #nextjs (c) Frontend Beer
👍1