From cc9768832713b26bee3c1382220dc4e124785a9f Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 5 Nov 2021 06:33:46 -0700 Subject: [PATCH] Update 900-is-there-a-router.md --- site/content/faq/900-is-there-a-router.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/faq/900-is-there-a-router.md b/site/content/faq/900-is-there-a-router.md index dc29312ba3..1077742fc6 100644 --- a/site/content/faq/900-is-there-a-router.md +++ b/site/content/faq/900-is-there-a-router.md @@ -10,4 +10,4 @@ If you prefer a declarative HTML approach, there's the isomorphic [svelte-routin If you need hash-based routing on the client side, check out [svelte-spa-router](https://github.com/ItalyPaleAle/svelte-spa-router) or [abstract-state-router](https://github.com/TehShrike/abstract-state-router/). -[Routify](https://routify.dev) is another filesystem-based router, similar to SvelteKit's router, but which is less performant on the server because it relies on JSDOM instead of Svelte's built-in SSR support. +[Routify](https://routify.dev) is another filesystem-based router, similar to SvelteKit's router. Version 3 supports Svelte's native SSR.