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!