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
cabal build
nix develop --command bash -c 'cabal build'
nix develop