Skip to main content
Home

Built and signed on GitHub Actions

Client-side routing à la Remix from regular pages

This package works with Browsers
This package works with Browsers
JSR Score
100%
Published
6 months ago (0.1.3)

Minimal routing script to enable dynamic navigation in any standard website.

Features :

  • Intercept links and forms navigation
  • Differential morphing between pages
  • Morph shadow DOM when possible
  • Execute scripts from received pages
  • Understand "Content-Location" as pre-rendered redirections
  • Compiles down super small (loads ultra fast)

Examples

Enable dynamic routing in current window

import { init } from "@classic/router";
init();
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.