Skip to content

Hash router #40

Closed Answered by zoontek
PointSingularity asked this question in Q&A
Apr 2, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, thanks for your interest in Chicane,

Hash routing is very limited since it's not compatible with server-side rendering, as hash is not sent to the backend. We do not plan to add this, but feel free to fork and implement it.

Note that chicane can be used 100% on the client, it uses History API (similarly as RR BrowserRouter). Hash routing is only needed for extra old browsers or if you are not allowed to use the location path for some reason, this is not related to your backend environment at all.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PointSingularity
Comment options

Answer selected by PointSingularity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants