Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies
Summary
µJS is a lightweight, ~5 KB gzip JavaScript library that enables SPA-like navigation by intercepting internal links and form submissions and swapping only changed content via AJAX. It requires no server changes and zero dependencies, and supports features like prefetch, progress bar, patch mode, SSE, and various HTTP verbs, making it appealing for adding fast navigation to existing sites.