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
My usual workflow for writing an App is to run the app and when I add for instance a control widget or add a CSS rule I hit refresh in the browser to see how things look. With a Golem App using modules this does not seem to work. For every small change do I need to stop the App and then restart by running the appdemo::run_app() in the run_dev.R file? Is there a better workflow?
The text was updated successfully, but these errors were encountered:
Thanks a lot. I followed the steps outlined in your description. I can see that the browser refreshes after adding an input in a module and press save but the change is not shown in the web browser. Only when I run the run_dev.R file again the change pops-up.
My usual workflow for writing an App is to run the app and when I add for instance a control widget or add a CSS rule I hit refresh in the browser to see how things look. With a Golem App using modules this does not seem to work. For every small change do I need to stop the App and then restart by running the appdemo::run_app() in the run_dev.R file? Is there a better workflow?
The text was updated successfully, but these errors were encountered: