shadow-cljs 2025-08-26

Hello Anyone working with shadow-cljs+storybook? https://github.com/lilactown/storybook-cljs was built in storybook ~5 and storybook 9 was released (and as a JS framework, it changed A LOT)

this has been discussed several times over the years. search should find something. I haven't kept up and haven't looked at it for a while, so not quite sure. IIRC storybook wants to statically analyze the code and didn't understand CLJS output properly last time.

long story short you currently have to manually generate js code for storybook to analyze because of compiler limitations

thanks for all the references Have you ever tried to "re-implement" Storybook, using its internal UI components, but bypassing the entire build system? (I'm considering trying this path)

no. going that way is even more effort and is extremely fragile to storybook internal changes (which are bound to happen)