storybook-framework-qwik
storybook-framework-qwik copied to clipboard
Improve Story Reloading Experience (HMR)
Right now, when you change any file, it will reload your current SB story, even if the changed file doesn't have anything to do with that story. This is a pretty bad experience. Also, an error message flashes on the screen for a split second before the story reloads.
In a perfect world, we would set up real Hot Module Reloading, but I would settle for anything that makes the reload faster, or more selective (only reload if a relevant file changed)