python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why doesn't Razor automatically recompile after save when using .NET 6.0?
I was unhappy after moving to .NET 6 when I discovered that changes I made to the razor weren't being automatically compiled after clicking save. I spent months having to restart the whole web server ...
mattersonline
Votes: 0
Answers: 1
How to enable hot-reload for Svelte on a development server?
I'm working on a project which is written in PHP on a development server, and want to rewrite it in Svelte. Ideally I would like to have it on this server, acting as if I had run npm run dev locally (...
Basil
Votes: 0
Answers: 0
Webpack Hot Reload Issue
I was using webpack 3, there was no hot reload issue and then I upgraded to webpack 5.
Webpack version: ^5.50.0, React version: 17.0.2
My hot reload doesnt work properly. When state ve props are chang...
Bertug
Votes: 0
Answers: 1
Flutter bloc not working after hot reload
My app using bloc/cubit to display a list of Todo items works fine until I hot reload/hot restart the application!
I have two buttons, when i click these, the cubit state is set to having 3 todo items...
Claude Hasler
Votes: 0
Answers: 2