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: {
336336 } ,
337337 {
338338 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' ,
340341 packages : [
341342 { name : 'svelte5-router' } ,
342343 { name : '@roxi/routify' , description : 'Routes based on file structure' } ,
@@ -347,7 +348,7 @@ const FEATURED: {
347348 {
348349 title : 'Data fetching' ,
349350 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' ,
351352 packages : [
352353 {
353354 name : '@tanstack/svelte-query' ,
@@ -366,7 +367,7 @@ const FEATURED: {
366367 {
367368 title : 'Forms' ,
368369 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 ' ,
370371 packages : [
371372 { name : 'sveltekit-superforms' } ,
372373 {
Original file line number Diff line number Diff line change 1616 <header >
1717 <h1 >Packages</h1 >
1818 <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.
2020 Official packages are marked with the <span class =" svelte-logo" aria-label =" Svelte" ></span > logo.
2121 </p >
2222 </header >
You can’t perform that action at this time.
0 commit comments