FWD: Urgent Opportunity to Claim Your React + MDX Newsletter Inheritance

This ad is not shown to multipass and full ticket holders
React Advanced
React Advanced 2026
October 23 - 26, 2026
London, UK & Online
Upcoming event
React Advanced 2026
React Advanced 2026
October 23 - 26, 2026. London, UK & Online
Bookmark
Rate this content
Sentry
Promoted
Code breaks, fix it faster

Crashes, slowdowns, regressions in prod. Seer by Sentry unifies traces, replays, errors, profiles to find root causes fast.

Get started

Hello, dear friend,

I trust this message reaches you in excellent spirits. I write to you not only as a humble developer, but as the sole surviving heir of an ancient lineage of engineers whose wisdom has been carefully safeguarded through centuries.

With great urgency, I invite you to transfer a modest administrative fee to the secure digital vault. In return, you shall gain access to an extraordinary fortune of technical insight. This privileged knowledge includes the steps required to craft a complete Newsletter system using React and MDX, as well as the instructions needed to dispatch your first email with Resend.

Your generous cooperation will open the gates to revelations about the Newsletter Architecture, rendering emails on the web, layout traps in different email clients, automation with CI/CD, and those unsuspecting details that have bankrupted many brave developers before you.

I remain eternally grateful for your imminent collaboration.

This talk has been presented at React Summit 2026, check out the latest edition of this React Conference.

César Alberca
César Alberca
19 min
16 Jun, 2026

Comments

Sign in or register to post your comment.
Video Summary and Transcription
Cesar Alberca demonstrates creating newsletters using React and MDX, enhancing interactivity and liveliness. Content delivery through MDX format for newsletters and websites, multilingual newsletters creation, email rendering challenges, interactivity limitations, email scheduling and distribution, compliance in newsletter delivery, and concluding with newsletter updates, resource availability, and encouraging feedback.

1. Introduction to Newsletter Creation with React

Short description:

Cesar Alberca, a front-end architect, demonstrates creating newsletters using React and MDX, adding a fun twist to email content.

Hello, my name is Cesar Alberca. I'm a freelancer, front-end architect from Spain, and I want to show you how to send spam through email with React. Yes, you heard it right. I'm going to show you how to create your own newsletter using MDX, which is a format I love for authoring content using React email components, and Resend to send all the newsletters and emails to your audience.

So yeah, the last thing is to show you how. Hello again, welcome to my talk. The name is quite long and it looks like spam because yeah, that's the idea. Showing you how to create a newsletter with emails. I thought it would be fun to have a spammy kind of title.

Let me introduce myself. My name is Cesar Alberca. I'm an AI front-end architect. I do freelancing. I also published a book about comedy and programming because, let's be honest, JavaScript is quite comical. I'm also an international speaker and a digital nomad. I like travelling around. I can find here... Oh, sorry. That's too bad. One second, it will not take long. Oh, I see. I have a few emails. Let me check it because I'm an inbox zero type of person, so I don't want to see six emails pending here. You have been selected to inherit... Oh, okay. I mean, it should be okay. We can send our API key and I think this shouldn't be a lot of money, right? No, of course I'm kidding. Don't send VTC or APKs to anyone, please. Through email, at least. I wanted to show you in an interactive way how to create a newsletter and make it fun.

2. Utilizing MDX for Interactive Newsletters

Short description:

Exploring newsletter creation with MDX and React, enhancing interactivity and liveliness.

So we'll be in the newsletter inside the talk. First, let's think about what really is a newsletter. We need to start with content. We need some format, right? We need to mark down HTML, text, or even use a visual editor. There's plenty online. We need to render this content into an email safe HTML. We'll talk about this later. We'll be using React email and we need a way to deliver those emails to the people. So we'll be using Resend.

First, I want to tell you about MDX. MDX is a format which mixes Markdown and JSX. It's a super cool format. You might have known about Markdown. It basically allows you to add some kind of symbols. For example, a hashtag, I call it, it lets you add titles, for example. Or you can add bold or italics. But with MDX, you also have the capability of adding JSX.

With JSX, now you suddenly can import React or Vue components inside this format. Why I think MDX is a great tool is because you might already know Markdown. It's familiar syntax. It integrates amazingly well with AI. For example, for my blog content, I ask AI to generate components that support the posts. One thing that I would recommend is that if that gives you goals and create content online, please don't use AI for that or for the content itself. You can use it for making sure it doesn't have grammatical errors or maybe to research, of course, if you validate after the research. But for content, it's so human. It's amazing to read something that someone has poured their time and effort into it. So that's why, for example, for my newsletter, I don't use AI to generate the content. I might use AI to translate, to research, to generate custom components. So now suddenly the newsletter becomes more interactive. It's more lively.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

MDX in React-Native!?
React Advanced 2021React Advanced 2021
21 min
MDX in React-Native!?
Top Content
This Talk is about the development of MDX, a combination of Markdown and JSX, by a freelance full stack JavaScript developer. MDX is a powerful technology that allows for the creation of interactive content within blog posts and supports React components. The speaker developed RnMDX, a proper and polished MDX library for React Native, which can be dropped into any React Native app. RnMDX provides solutions for common issues with Markdown content in React Native and allows for the rendering of MDX content into native views. Bringing MDX into native apps is now easier, and it can be used for various purposes, such as serving the app layout from a CMS or creating interactive online magazines or blogs.
The X in MDX
React Summit 2020React Summit 2020
9 min
The X in MDX
Markdown is extended by MDX to support more content and layouts. MDX allows for customization of rendering and extraction of data. It is often used for embedding interactive components. MDX can be used to create custom layouts and synchronize steps with media. Codehike is a project focused on code wall tools and explaining code.
Smoothly Inclusive Component Library Documentation
React Summit 2020React Summit 2020
18 min
Smoothly Inclusive Component Library Documentation
This Talk discusses how Gatsby and MDX can improve component library documentation. The speaker shares their experience with a previous design system and the challenges they faced with documentation. They explain how Gatsby was chosen as a solution and the benefits it provided. The use of MDX is highlighted as a way to enhance component documentation. The addition of editable code blocks is also mentioned as a means to make the documentation more interactive and intuitive.