I write all my newsletters using Kit โ, my favorite newsletter platform.
Subscribe to the newsletter
Get the latest updates delivered directly to your inbox.
I write all my newsletters using Kit โ, my favorite newsletter platform.
Get the latest updates delivered directly to your inbox.
Hey friend,
I'm excited to announce that I've started a Youtube channel and recorded two exciting videos. It is currently being edited, but you can subscribe here to be the first to know when it's out. ๐ฅณ
Alright, moving on to our weekly Snack. ๐ฟ
Are you interested in creating a blog? Let me show you my process to get some inspiration.
Let's use React Server vs Client components blogpost ๐ as an example.
Currently, I'm storing all my blog posts on my file system in the repo directly. I am okay with this for now but have considered switching to Sanity CMS in the future. I have a folder called posts and store my blog post in a markdown format.โ
This works great for my workflow as I am parsing the markdown content and converting it into HTML elements. A single "#" turns into an h1, whereas a "##" transforms into an h2, and so on.
Here is a quick diagram,
Let's review the code for the same, ๐ฉ๐ฝโ๐ป
โStorybook v7 is here: The highlight from this update is that it has zero config setup for Vite, but it's coming soon for other languages such as Next.js and others.
That's all from me. Have a great day!