Skip to content

Commit 136da5f

Browse files
committed
more
1 parent 62b9249 commit 136da5f

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const FEATURED: {
211211
{ name: 'svelte-stripe', description: 'Add Stripe Elements to your project' },
212212
{
213213
name: 'svelte-clerk',
214-
description: 'Easily add authentication and user management to your app'
214+
description: 'Unofficial implementation of Clerk'
215215
},
216216
{
217217
name: '@storyblok/svelte',
@@ -227,7 +227,7 @@ const FEATURED: {
227227
title: 'Testing and devtools',
228228
packages: [
229229
{ name: '@testing-library/svelte', description: 'Testing utilities for DOM interaction' },
230-
{ name: 'playwright', description: 'Automate web browsers for end-to-end testing' },
230+
{ name: 'playwright', description: 'Browser automation for end-to-end testing' },
231231
{ name: 'vitest' },
232232
{ name: 'svelte-render-scan', description: 'Visual debugging tool' },
233233
{ name: 'svelte-inspect-value', description: 'Value inspector component' }
@@ -249,8 +249,8 @@ const FEATURED: {
249249
packages: [
250250
{ name: '@sveltejs/vite-plugin-svelte' },
251251
{ name: 'rollup-plugin-svelte' },
252-
{ name: 'svelte-loader' },
253-
{ name: 'esbuild-svelte' }
252+
{ name: 'svelte-loader', description: 'Compile Svelte components with webpack' },
253+
{ name: 'esbuild-svelte', description: 'Compile Svelte components with esbuild' }
254254
]
255255
},
256256
{
@@ -347,8 +347,11 @@ const FEATURED: {
347347
description: 'Primitives for managing, caching and syncing asynchronous and remote data'
348348
},
349349
{ name: '@urql/svelte', description: 'Customizable GraphQL client' },
350-
{ name: 'houdini' },
351-
{ name: 'trpc-sveltekit' },
350+
{ name: 'houdini', description: 'The disappearing GraphQL framework' },
351+
{
352+
name: 'trpc-sveltekit',
353+
description: 'SvelteKit adapter for tRPC.io that supports Node, Vercel and Netlify'
354+
},
352355
{
353356
name: '@orpc/svelte-query',
354357
description: 'APIs that are end-to-end type-safe and adhere to OpenAPI standards'
@@ -361,10 +364,13 @@ const FEATURED: {
361364
description:
362365
'SvelteKit has built-in <a href="/docs/kit/remote-functions#form">forms</a>, but you can also use these packages',
363366
packages: [
364-
{ name: 'sveltekit-superforms' },
367+
{
368+
name: 'sveltekit-superforms',
369+
description: 'Server-side and client-side form validation library'
370+
},
365371
{
366372
name: 'formsnap',
367-
description: 'Wraps sveltekit-superforms with accessible form components'
373+
description: 'Accessible form components built on top of sveltekit-superforms'
368374
},
369375
{ name: 'felte', description: 'An extensible form library' },
370376
{ name: '@tanstack/svelte-form', description: 'Powerful, type-safe forms' }

0 commit comments

Comments
 (0)