1 dépôt
Serving a default index page for 404 responses to enable client-side routing in single-page applications.
Distinct from History API Polyfills: Closest candidates focus on polyfills or API routing; this is a server-side fallback mechanism for SPA routing.
Explore 1 awesome GitHub repository matching web development · History API Fallbacks. Refine with filters or upvote what's useful.
webpack-dev-server is a local web server designed to serve webpack bundles and trigger browser refreshes when source files change. It functions as a development environment that hosts bundled applications and provides a live reloading workflow. The project distinguishes itself by supporting hot module replacement to update modules in a running application without a full page reload. It also acts as an HTTP proxy to redirect network request paths to different backends and provides history API fallbacks specifically for hosting single-page applications. The server includes capabilities for mon
Serves a fallback page for 404 responses to support single-page applications using the HTML5 History API.