Develop

August 27, 2025 ยท View on GitHub

This package provides a client-side router that can be used with both servant and miso applications.

This package is an adaptation of @ElvishJerricco's servant-router package that uses miso's custom URI type for client-side routing.

Note

This package automatically re-exports the HTML combinator from servant-miso-html

Build

cabal build
nix develop --command bash -c 'cabal build'

Develop

nix develop