Vojtech Miksu
Vojtech Miksu
> Our rationale for moving away from storiesOf in Storybook is that we can statically analyze CSF, which allows us to (1) generate a list of all the stories without...
Yes, I would like to add Vue and Svelte at some point, ideally with a help from the community.
> What about React Native? Similar to Vue and Svelte (would love to have it but don't currently use it). Although I imagine it would be easier to add. For...
@calvinf is not wrong. I could see extracting some of the Ladle's core functionality into library (story processing/parsing, configuration, vite setup...) so other frameworks can built the UI around it....
> view the docs Something we want to add soon. > nice to export sourceCode in meta Are we talking about the source code of stories only? It would probably...
FYI: Source Code addon has been already added.
> Do I need to add resolve alias to config.mjs? `vite.config.js` can be used to set [resolve.alias](https://vitejs.dev/config/shared-options.html#resolve-alias).
I never understood what's the point of the actions add-on vs just using console.log?
Well, there could be a bubble/number notification for our addon buttons. Similar to macos: This could be used for - actions - number of actions triggered since the story was...
Our devs also use actions a lot. So far I just mapped it to `console.log` but we can create a more integrated experience.