I want to test-drive the beta in our react-ts project. One of my assumptions was, that I wouldn’t need to build my app anymore before starting storybook. But when I looked into the „Getting started“ docs for 7.0 beta it says
Depending on your framework, first, build your app and then check that everything worked…
Vite should be able to serve the components in an unbundled way, so I was wondering why this was still a requirement.
Thanks for this awesome tool and the continued development! We might use storybook even more with the latest features 🙂