You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm migrating from the deprecated preact-router because of preactjs/preact-router#474, but I'm missing the hash-based routing which is quite necessary when hosting on github; indeed as far as I understand github pages doesn't have a SPA configuration so that all requests go the same page.
Thanks for your consideration!
The text was updated successfully, but these errors were encountered:
Hash routing will not be supported. preact-iso is a set of isomorphic utilities (meaning it works in both the browser and server) but hash routers are fundamentally non-isomorphic, they'll work only in a browser. See #19, #21
I'm a bit surprised to hear a static site host doesn't have basic catch-all configuration. Weird, I'd consider that a table-stakes feature.
Hi!
I'm migrating from the deprecated preact-router because of preactjs/preact-router#474, but I'm missing the hash-based routing which is quite necessary when hosting on github; indeed as far as I understand github pages doesn't have a SPA configuration so that all requests go the same page.
Thanks for your consideration!
The text was updated successfully, but these errors were encountered: