I recently ran across https://storybook.js.org/ and I’m wondering if there’s a good way to use it with Phoenix LiveView LiveComponents.
I don’t have much React experience, but I saw they describe it as also useful for pure HTML.
Is there anybody using this with LiveComponents? Is it still useful/helpful, or is it more for dealing with the issues in javascript-oriented frameworks?
Storybook is very React-specific. Like, not just JS view-framework specific—React-specific. I don’t see how it could work with LiveComponents. But hey, if you want to take on a challenge and share the results with the rest of us…