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, ...
An extra small and fast client-side routing library with a focus on API simplicity and usability. HashDress supports static, parametric and wildcard paths, query syntax and fragment-identifier ...
Recently built a small SPA using Vanilla JavaScript I wanted to step away from frameworks for a bit and focus on the fundamentals, so I built this project using only native browser APIs. 💡 What I ...