You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the time I find the live reloading useful but in some situations I would like to disable it:
When I'm working on the styling of components I find it convenient to directly adjust and fine-tune the styling in the browser dev tools. When I found good styling values I need to "copy+paste" them into my code editor. For this I need to switch between the editor and the browser multiple times. However, I'm using WebStorm as Editor which automatically saves files when it looses focus. This means that every time I'm switching from WebStorm to the Browser the app gets reloaded and the styles I've adjusted in the browser dev tools are lost.
The desired behavior would be that the app gets rebuild under the hood but not reloaded. This way I can press F5 to see the actual most recent changes applied.
Maybe this is against the project goal of avoiding additional configuration flags but I just thought that I still should ask because maybe there is still a way to support this?
The text was updated successfully, but these errors were encountered:
However, I'm using WebStorm as Editor which automatically saves files when it looses focus.
This sounds like the problem here. Since WebStorm is an editor, presumably it’s more configurable than this tool, and there’s a way to disable saving on losing focus?
I think we won’t be making this configurable in the closest future.
Most of the time I find the live reloading useful but in some situations I would like to disable it:
When I'm working on the styling of components I find it convenient to directly adjust and fine-tune the styling in the browser dev tools. When I found good styling values I need to "copy+paste" them into my code editor. For this I need to switch between the editor and the browser multiple times. However, I'm using WebStorm as Editor which automatically saves files when it looses focus. This means that every time I'm switching from WebStorm to the Browser the app gets reloaded and the styles I've adjusted in the browser dev tools are lost.
The desired behavior would be that the app gets rebuild under the hood but not reloaded. This way I can press F5 to see the actual most recent changes applied.
Maybe this is against the project goal of avoiding additional configuration flags but I just thought that I still should ask because maybe there is still a way to support this?
The text was updated successfully, but these errors were encountered: