5 ms·
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 st
by djKianoosh 5y 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 https://github.com/ItalyPaleAle/svelte-spa-router
- turtlebits 5y agosvelte-spa-router is a hash based router and will work with any web server. Routify requires a rewrite rule for it to work.