Тёмный

You Can Create Beautiful Modern Emails With React! 

developedbyed
Подписаться 934 тыс.
Просмотров 67 тыс.
50% 1

Check out my Full Stack Next 13 Course 🔥
developedbyed.com/
Let's get social 👇
/ developedbyed
Check out react email here
react.email/
resend.com/
🛴 Follow me on:
Twitch: / developedbyed
Twitter: / developedbyed
Instagram: / developedbyed
Github: github.com/developedbyed/
Discord: t.co/NDJAFoHgoE
#programming #react

Наука

Опубликовано:

 

24 май 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 78   
@developedbyed
@developedbyed Год назад
Sorry to keep delaying the Astro video, it will be good I promise 💖 So how do you guys do emails? I think react-email looks quite promising tbh and I will keep my eyes on it
@49thparallelgaming
@49thparallelgaming Год назад
What monitor do you use that is off to the side in the video ?
@IronShorts94
@IronShorts94 Год назад
hello sir I am from India , I always watching your videos .
@actioN1337
@actioN1337 Год назад
I was playing around with it a few days ago. It's pretty cool!
@Brlitzkreig
@Brlitzkreig Год назад
You have such a lovely personality. You always put me into a better mood!
@couragic
@couragic Год назад
Hmm, you have subfolder “strapon” in “LEARNING” folder.. do you plan make a video on that ? ;)
@CottidaeSEA
@CottidaeSEA Год назад
If you were around back in the early 00s, you'd already know how to create emails. Tables, baby!
@badcatdesign
@badcatdesign Год назад
or perhaps more accurately, tables within tables within yet. more. tables. 😭 soon though, once the new outlook render engine takes over, I hear tables will be a thing of the too recent past-- let's hope.
@airforcerawker
@airforcerawker Год назад
@@badcatdesign I'll believe it when I see it...they've been super stubborn about it for years.
@CottidaeSEA
@CottidaeSEA Год назад
@@badcatdesign Honestly, I don't find it all that bad even now. You can't use convenient stuff like flex or grid, but using tables and inline elements properly, you'll still be able to achieve nice results. Unless you need overly specific positioning, multiple tables isn't really necessary. You can also use some good old deprecated HTML attributes as they all have good support to adjust the sizes of the columns. I think the issue is more that it's kind of a lost art since modern CSS is far more convenient to use as you can make broad, sweeping adjustments far easier, instead of using inline-styling for each element. Some of the things that were kind of tricky like positioning details also became a lot easier with position: relative and position: absolute. Also, I do want to be optimistic about the new render engine, but just like IE11 was what held web development back, iOS is the new IE11. Now it's an entire operating system that is problematic because they enforce usage of their own components even in a browser like Chrome, which means the same version of Chrome can be completely broken just because of the operating system.
@MrBa143
@MrBa143 Год назад
@@CottidaeSEA Oh boy i love me some tables. Been the designated email coder at work and i've gotten lost in my nested tables so many times. I've resorted to basically just make emails that look pretty on outlook, gmail & spark, and then every other client will get what they get. Some clients are simply impossible (windows 10 mail desktop app) just renders the text and says fuck you to everything else.
@CottidaeSEA
@CottidaeSEA Год назад
@@MrBa143 Yeah, just like with browsers you kind of have to choose how compatible you want things to be.
@ricardovazquez2274
@ricardovazquez2274 Год назад
First thing i heard about html emails, theres a lot of opportunities to get hired in this, any change to get a course about this?
@alexg7282
@alexg7282 Год назад
Thank you ! Very useful
@nyk_builderz
@nyk_builderz Год назад
Great video, Ed!
@BG-fo4si
@BG-fo4si 10 месяцев назад
This is super helpful
@AnkitKumar-tp8hc
@AnkitKumar-tp8hc 7 месяцев назад
How can we add media queries in react-email?
@KaranSethia24
@KaranSethia24 7 месяцев назад
will this work with plain react and express?
@devkaul
@devkaul Год назад
That''s pretty neat!
@pavel294
@pavel294 Год назад
Hi, please is there any diference when I use , tags instead of importing and using it like you?
@_DavidHimself
@_DavidHimself Год назад
Because you're using the @react-email package, you want the components they are exporting instead, as it may have logic inside the component that makes things work nicer with the email. Using basic tags will just give the basic element without anything fancy
@gustavoh5143
@gustavoh5143 11 месяцев назад
can i create a e-mail using it and then send it by my api?
@Rodrigo-nx4fg
@Rodrigo-nx4fg 7 месяцев назад
is there a way to just export the react code in html with tables? (for use it in another mailing platform)?
@vincentnthomas1
@vincentnthomas1 7 месяцев назад
You can render it whereever, for exemple aws ses
@eliyahutarab4862
@eliyahutarab4862 Год назад
Thank you for that, can you do something with webRTC and React
@kennedyfreitas7548
@kennedyfreitas7548 11 месяцев назад
can i create a newsletter using this?
@konstantinreut2577
@konstantinreut2577 7 месяцев назад
TypeError: Cannot read properties of null (reading '1'). This error message appears when I choose one of the email template. Anybody knows how to fix it?
@EdrisRanjbar
@EdrisRanjbar Год назад
love your video maaaan. grrreat.
@mr__atiur
@mr__atiur Год назад
Nice🎉 thanks bro
@Ben0Bertels
@Ben0Bertels Год назад
"Hello there... Jonathan...hmm, fuk it Jonathan" 😂
@chinmayghule8272
@chinmayghule8272 Год назад
Which VS Code extension gives the size of the imported components? (the 'gzipped [X]kb' part)
@pratikpods2568
@pratikpods2568 Год назад
wix.vscode-import-cost
@aniketdatta7541
@aniketdatta7541 11 месяцев назад
Import Cost
@icoderdev
@icoderdev Год назад
Thanks ❤❤❤❤❤
@nileshrathod2163
@nileshrathod2163 Год назад
Hi buddy, What extension you should used for VS code Theme?
@benjohnson5164
@benjohnson5164 8 месяцев назад
Anybody else running into Next 13 expecting the email template component to be flagged "use client," and being blocked from rendering the component in the API endpoint in your Resend request? This is giving an error: "Attempted to call the default export of from the server but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component." Pretty new to Next so might be an easy fix, but it's got me stumped today. If I run a Test Email SSR component without react-email/components happening I get everything working as expected, so I know it's the client vs server thing causing the issue.
@aymanechaaba
@aymanechaaba 7 месяцев назад
I got the same error, he invoked the function which was not how it was done in the docs. they added the component as an html tag.
@tadakuniyasuda8214
@tadakuniyasuda8214 Год назад
wow did you upgrade quality of video? you are even more beautifuler than usual
@gayashanmadhuranga3375
@gayashanmadhuranga3375 Год назад
thank youuuuuuuuuuuuuuuuu💗💗
@sanderluis3652
@sanderluis3652 5 месяцев назад
SLOOOOOOOOOOOOOOW with tailwind omg!
@weirddev
@weirddev 8 месяцев назад
Sometimes the email sent does not look like the preview
@BukkyOdunsi
@BukkyOdunsi 11 месяцев назад
I love you man
@camcamspamspam
@camcamspamspam Год назад
Ooo!
@sherwinhulley4921
@sherwinhulley4921 Год назад
Poor Jonathan lmfao hahahaha!
@MyBaBB
@MyBaBB Месяц назад
That's a Goody , 👍
@clarinet800149
@clarinet800149 Год назад
Is there a benefit to using this over MJML?
@airforcerawker
@airforcerawker Год назад
Nope. IMO it's overly complex...email development isn't web development. It's cool but not necessary.
@siddhant2002
@siddhant2002 Год назад
MJML is all you need
@vladrileynavilys
@vladrileynavilys Год назад
Hi, can you make a video on how to send emails? it's for my mom. Tanks! Bye!
@IStMl
@IStMl Год назад
i think you need a stamp first
@backonrun626
@backonrun626 Год назад
@capybarararara
@capybarararara 7 месяцев назад
30mb weight library...
@MatteoSoresini
@MatteoSoresini 9 месяцев назад
amazing video but with only react.js won't work
@FilipLapvetelainen-wq2wq
@FilipLapvetelainen-wq2wq 8 месяцев назад
I wonder what Jonathan did to you 🤣
@StephenProvenzano
@StephenProvenzano 4 месяца назад
As an email dev of 11 years, please test your renders on litmus or email on acid before sending any emails. This isnt going to be a magic bullet.
@eseseis7251
@eseseis7251 Год назад
or avoid everything and write it manualy anyway. mda
@Misterbobbie
@Misterbobbie 6 месяцев назад
Why would you decide to use TS instead of JS in a JS library, this is fucked.
@proteus1
@proteus1 Год назад
Be better if you slowed down and researched before doing the video.
@davidewing6833
@davidewing6833 Год назад
🤔Hmm. I don't like that their styling and creating layout for these email templates using HTML tables.
@cahva2
@cahva2 Год назад
Well you kind of need to or they wont work in various email clients. In email html you need to use tables, inline styles and all those goodies from late 90's
@airforcerawker
@airforcerawker Год назад
All you need is MJML to get started. Much simpler than using React for email. Email is simple. It's not web development.
@dev_franqqi
@dev_franqqi Год назад
Second
@RMCProductions
@RMCProductions Год назад
who?
@dev_franqqi
@dev_franqqi Год назад
@@RMCProductions me
@RMCProductions
@RMCProductions Год назад
@@dev_franqqi no who asked
@dev_franqqi
@dev_franqqi Год назад
@@RMCProductions go and ask your grandfather
@developedbyed
@developedbyed Год назад
Hahahaha
@jameslindley1564
@jameslindley1564 Год назад
Why do you try and simplify everything. In a corporate environment nothing is as simple as you state 😢
@Not_Yours_Princess976
@Not_Yours_Princess976 Год назад
we are graphics designers if you want any service like thumbnails, video editing so contact us
Далее
Top 10 CSS One Liners That Will Blow Your Mind
13:34
Просмотров 926 тыс.
Build a real-time, multiplayer web app
18:42
Просмотров 17 тыс.
How to Send Emails with Next JS and Nodemailer
37:25
Просмотров 78 тыс.
Speed Up Your React Apps With Code Splitting
16:50
Просмотров 373 тыс.
10 common mistakes with the Next.js App Router
20:37
Просмотров 195 тыс.
Rewrite React Native App
12:14
Просмотров 64 тыс.
The Ultimate Guide To Forms In React Tutorial
1:01:47
Просмотров 77 тыс.
Что не так с камерой 200мп?
0:56
Просмотров 107 тыс.
Battery  low 🔋 🪫
0:10
Просмотров 12 млн
Choose a phone for your mom
0:20
Просмотров 7 млн