1 repository
Simulating dynamic routing on static hosts by intercepting requests via fallback pages.
Distinct from Static-Dynamic Hybrid Routing: Distinct from hybrid routing or prerendering; it specifically handles the runtime interception of routes on static platforms.
Explore 1 awesome GitHub repository matching web development · Static Route Interception. Refine with filters or upvote what's useful.
This project is a client-side routing solution and URL manager designed for single-page applications hosted on static platforms, specifically GitHub Pages. It enables these applications to handle deep links and maintain functional routing on hosts that do not support server-side redirects. The system intercepts server-side 404 errors and redirects them to a main entry point, using query strings and hash fragments to preserve the application state and restore the original intended path. It also includes utilities for generating specialized, redirect-compatible links for sitemaps to ensure sear
Uses a custom fallback page to simulate dynamic routing on a platform that only supports static files.