File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,8 @@ const FEATURED: {
336
336
} ,
337
337
{
338
338
title : 'Routing' ,
339
- description : '<a href="/docs/kit">SvelteKit</a> is recommended, but here are some alternatives' ,
339
+ description :
340
+ 'The official router is <a href="/docs/kit">SvelteKit</a>, but here are some alternatives' ,
340
341
packages : [
341
342
{ name : 'svelte5-router' } ,
342
343
{ name : '@roxi/routify' , description : 'Routes based on file structure' } ,
@@ -347,7 +348,7 @@ const FEATURED: {
347
348
{
348
349
title : 'Data fetching' ,
349
350
description :
350
- '<a href="/docs/kit/remote-functions">SvelteKit remote functions</a> are recommended , but here are some alternatives' ,
351
+ 'We recommend using SvelteKit’s <a href="/docs/kit/remote-functions">remote functions</a>, but for specific needs you can use these alternatives' ,
351
352
packages : [
352
353
{
353
354
name : '@tanstack/svelte-query' ,
@@ -366,7 +367,7 @@ const FEATURED: {
366
367
{
367
368
title : 'Forms' ,
368
369
description :
369
- '<a href="/docs/kit/remote-functions#form">SvelteKit forms</a> are recommended , but here are some alternatives ' ,
370
+ 'SvelteKit has built-in <a href="/docs/kit/remote-functions#form">forms</a>, but you can also use these packages ' ,
370
371
packages : [
371
372
{ name : 'sveltekit-superforms' } ,
372
373
{
Original file line number Diff line number Diff line change 16
16
<header >
17
17
<h1 >Packages</h1 >
18
18
<p >
19
- We' ve collected a few of our favourite packages that work well with Svelte and SvelteKit apps.
19
+ We’ ve collected a few of our favourite packages that work well with Svelte and SvelteKit apps.
20
20
Official packages are marked with the <span class =" svelte-logo" aria-label =" Svelte" ></span > logo.
21
21
</p >
22
22
</header >
You can’t perform that action at this time.
0 commit comments