
Storybook Doesn't Support Blazor, So I Reimplemented It in C#
If you're building web apps with Blazor, you've probably wished for something like Storybook, a UI component catalog for browsing and developing components in isolation. The problem is, Storybook doesn't support Blazor. So I built one from scratch. I'm the developer of "Blazing Story" (Mozilla Public License 2.0), a Storybook clone reimplemented entirely in Blazor. I first released it in March 2023, presented it at local conference events, but never wrote about it as a technical article until now. This is the story of how and why I built it. 🔍 What Is Storybook? For component-based front-end frameworks like Angular, React, Vue, and Svelte, there's an open source library called "Storybook" (MIT License). Storybook: Frontend workshop for UI development Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It's open source and free. storybook.js.org Storybook provides what's commonly ca
Continue reading on Dev.to Webdev
Opens in a new tab




