raquo / Waypoint

Efficient router for Laminar UI Library
MIT License
92 stars 12 forks source link

Support routing in fragment-only mode #9

Closed raquo closed 3 years ago

raquo commented 3 years ago

Instead of matching URLs like /foo/bar/123?q=what we should be able to match URLs like #/foo/bar/123?q=what. We'll start with a Router-specific config, i.e. all of the routes in a router would be handled the same way.

This is useful e.g. for static sites with no backend

raquo commented 3 years ago

Implemented in master, waiting for URL DSL 0.4.0 to be released for Scala 3.0.0-RC3

raquo commented 3 years ago

Done in v0.4.0 cc @keynmol – see docs for usage