storybook-framework-qwik icon indicating copy to clipboard operation
storybook-framework-qwik copied to clipboard

Improve Story Reloading Experience (HMR)

Open literalpie opened this issue 2 years ago • 0 comments

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)

literalpie avatar Dec 23 '22 01:12 literalpie