venantius / accountant

ClojureScript navigation for single-page applications, made simple.
Eclipse Public License 1.0
250 stars 39 forks source link

Add the option to dispatch the handler with the URL components as a map instead of a raw string. #68

Open JanSuran03 opened 1 year ago

JanSuran03 commented 1 year ago

Quite likely, you might want to parse the URL in your routing handler anyway. Since Accountant concatenates the components back into a single string by default, you should be able to disable it if you want to.