Menu

Tag Archives: react

Running React Apps on IIS when using routing
When you initially upload a react app to IIS, you’ll find that the routes you have created, such as website.com/story/1 will return a 404. This is [...]