Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add hot reload upon button press #220

Open
KoehlerT opened this issue Dec 13, 2024 · 0 comments
Open

Feature Request: Add hot reload upon button press #220

KoehlerT opened this issue Dec 13, 2024 · 0 comments
Labels
Developer Experience Issue mainly concerns the experience for UIX developers enhancement New feature or request good first issue Good for newcomers switch to macos * > Windows

Comments

@KoehlerT
Copy link
Member

When using a devcontainer on windows with the local (windows) filesystem mounted, the --watch and --backend flags do not work for automatic reloading of the code. A feature to support hot reloading when entering a letter in the running UIX Promt e.g. 'r' would really help.

Additionally it may be nice for development to only reload upon request, if saves inbetween edits corrupt the webpage and pose problems for debugging.

There is a similar feature in flutter: Flutter Hot Reload
If you're running the app at the command line using flutter run, enter r in the terminal window.

The code should be somewhere here

else if (isWatching) {

@benStre benStre added enhancement New feature or request good first issue Good for newcomers Developer Experience Issue mainly concerns the experience for UIX developers labels Dec 13, 2024
@jonasstrehle jonasstrehle added the switch to macos * > Windows label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Developer Experience Issue mainly concerns the experience for UIX developers enhancement New feature or request good first issue Good for newcomers switch to macos * > Windows
Projects
None yet
Development

No branches or pull requests

3 participants