Y
Hacker News
new
|
ask
|
show
|
jobs
by
djKianoosh
1624 days ago
How does Routify compare with svelte-spa-router[1]? I really like svelte-spa-router for a simple SPA, though I think a lot of SPA routers don't always handle state well.
[1]
https://github.com/ItalyPaleAle/svelte-spa-router
1 comments
turtlebits
1623 days ago
svelte-spa-router is a hash based router and will work with any web server. Routify requires a rewrite rule for it to work.
link