python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How are static files served through .Handle() targeted?
EDIT: I am usinng chi as the router. It works differently from the standard one. See the answer for the key difference, relevant to my question.
I am confused about how the files from my static site s...
WoJ
Votes: 0
Answers: 1
Clarification on Webpack Javascript bundling and performance
I am using a Webpack in node.js to compile/bundle the Javascript for a static website. It's a fairly typical setup of multiple smaller JS files that compile into a single "main.js" file used...
devforweb_17
Votes: 0
Answers: 0
(NextJS + Amplify graphql + S3 static hosting) How can I restrict the data fetching by URL?
I'm making a static website with NextJS and Amplify. (+ react, typescript etc)
When I'm using dynamic routing like /projects/[id],
It works well on my local but gets some problems after the deployment...
Noah Gray
Votes: 0
Answers: 1
Static Web Apps shows "Refused to apply style from <URL> because its MIME type ('text/html') is not a supported stylesheet MIME type"
I deployed to Azure Static Web Apps the default app that comes whenever you create a new Blazor WebAssembly app via dotnet new blazorwasm. At first it works properly but when I added webpack to build ...

Raffy
Votes: 0
Answers: 2