A demonstration project showcasing how to build client-side routing for static web applications using vanilla JavaScript and external HTML templates, without relying on SPA frameworks like React, Vue, ...
GitHub

UI-Router Core

Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows changes to the browser's URL to drive navigation through the app, thus allowing the ...