Skip to content

Commit 242bc62

Browse files
committed
add router from svelte faq
1 parent 17c7595 commit 242bc62

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ const FEATURED: { title: string; packages: string[]; weights?: Record<string, nu
102102
'svelte-routing',
103103
'@roxi/routify',
104104
'svelte5-router',
105-
'svelte-pathfinder'
105+
'svelte-pathfinder',
106+
'universal-router'
106107
]
107108
},
108109
{
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "universal-router",
3+
"description": "A simple middleware-style router for isomorphic JavaScript web apps.",
4+
"repo_url": "https://github.com/kriasoft/universal-router",
5+
"authors": ["koistya", "frenzzy"],
6+
"homepage": "https://www.kriasoft.com/universal-router/",
7+
"downloads": 19042,
8+
"updated": "2025-08-08T18:11:56.153Z",
9+
"tags": ["router"],
10+
"runes": false,
11+
"github_stars": 1800,
12+
"typescript": true,
13+
"version": "10.0.1",
14+
"last_rune_check_version": "10.0.0"
15+
}

0 commit comments

Comments
 (0)