python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there a way to prevent vue hot reload from making too many API calls?
I'm new to vue and I just started working on my first project.
In my main component, I have a fetch request to an (limited) API endpoint on page load. Every time I make changes to my code, the page re...
Mike
Votes: 0
Answers: 1
webpack 5 does not HMR (hot reload) on style changes
Webpack stopped hot reloading on any style changes (CSS, scss). Even importing styles into .ts/.js files seems to not doing much (it reloads the page, but styles apply only on the manual reload). I ru...
ereticor
Votes: 0
Answers: 1
VS 2022: How to get cshtml hot reload to work
Am I missing something? I am running VS 2022 version 17.0.5. When I run my ASP.Net core MVC project (TargetFramework: net5.0) nothing happens when I change the cshtml for the current page. I've tried ...

Bob.at.Indigo.Health
Votes: 0
Answers: 1
Workflow for Tailwind CSS in JIT mode
I am trying out Tailwind CSS in my Blazor WASM project.
Today I use Bootstrap 5 and my workflow is to make the html structure, - run the program and make it it look nice in the browser. Adding bootstr...
Martin Andersen
Votes: 0
Answers: 1