preactjs / preact-router

:earth_americas: URL router for Preact.

Home Page:http://npm.im/preact-router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to set a custom prefix?

staeff777 opened this issue · comments

Sometimes it would be useful to have single page applications that don't require a server configuration and that can run from any possible location. For this use, as far as I know, it would be necessary to use a hash prefix like "page.html#!/site". I used it sucessfully with mithril ( https://mithril.js.org/route.html#routing-strategies ).

In my opinion, this would also make sense in the preact router. Do you agree?

Sorry for the late response, but you can use history to create a hash router like you'd want. We outline how in our ReadMe: https://github.com/preactjs/preact-router#custom-history

Thanks. For some reason I didn't find it.