nginx

Configuring NGINX to work with React Router

· Reading time: ~1 minute(s) (168 words) programming javascript nginx tech

When using the `BrowserRouter` that's provided by React Router, you'll find that if you're navigating within the site to the various URLs, they will work. However if you bookmarked one of those URLs, or refreshed the browser on a URL, it will return a 404. (Continue reading)