Skip to content

Commit 838852d

Browse files
committed
respond to feedback and add some newer showcase items
1 parent 1fdd6ee commit 838852d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

apps/svelte.dev/content/blog/2025-07-01-whats-new-in-svelte-july-2025.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authorURL: https://dreamindani.com
77

88
Whether you're trying out Vite 7, vitest browser mode or [remote functions](https://github.com/sveltejs/kit/discussions/13897), there's lots of experimental features to try this month.
99

10-
Plus, a bunch of new blog posts and libraries to try in the Showcase.
10+
Want some Svelte swag while you're chatting on Discord? With the new `sv ⚡` [server tag](https://support.discord.com/hc/en-us/articles/31444248479639-Server-Tags#h_01JT6VKRACHQADX7EBXR84QTAQ), you do just that. While signed into Discord, you can adopt our tag via profile settings.
1111

12-
Let's dive in!
12+
There's a bunch to cover, from blog posts to new libraries, so let's dive in...
1313

1414
## What's new in Svelte and SvelteKit
1515

@@ -33,12 +33,15 @@ For a full list of bug fixes in Svelte, SvelteKit and its adapters, check out th
3333
- [roomy-worlds](https://flo-bit.dev/roomy-worlds/) lets you create small 3d worlds and share/edit with your community
3434
- [Prodcast](https://www.prodcastapp.com/) lets you discover products curated from your favorite podcasts
3535
- [Distill](https://www.distillintelligence.com/) automates company and industry monitoring with all news, updates, and summarized insights in one place
36+
- [thom.chat](https://github.com/tglide/thom-chat) is an open-source alternative/clone to T3 Chat
37+
- [Visual Source](https://github.com/jhwz/visual-source) is a GUI for managing your projects design tokens
3638

3739
### Learning Resources
3840

3941
_Featuring Svelte Contributors and Ambassadors_
4042

41-
- [$effect is fine but proxies are better](https://ricciuti.me/blog/effect-is-fine-but-proxies-are-better) by Paolo Ricciuti
43+
- [Type-Safe Persistence and Auto-Theming in Svelte 5](https://www.puruvj.dev/blog/svelte-5-runic-persist-theming) by Puru VJ
44+
- [$effect is fine but proxies are better](https://ricciuti.me/blog/effect-is-fine-but-proxies-are-better) and [How to build Web Components with Svelte](https://mainmatter.com/blog/2025/06/25/web-components-with-svelte/?utm_source=svelte_newsletter&utm_medium=social&utm_campaign=25-06-26-how-to-build-web-components-with-svelte) by Paolo Ricciuti
4245

4346
_This Week in Svelte_
4447

@@ -52,16 +55,22 @@ _To Watch/Read_
5255
- [Migrating from @testing-library/svelte to vitest-browser-svelte](https://scottspence.com/posts/migrating-from-testing-library-svelte-to-vitest-browser-svelte) by Scott Spence
5356
- [Why Silicon Valley CTOs Are Secretly Moving Away from React](https://freedium.cfd/https://javascript.plainenglish.io/why-silicon-valley-ctos-are-secretly-moving-away-from-react-bdf64f0b6072) by Freedium
5457
- [Async Local Storage](https://blog.robino.dev/posts/async-local-storage) by Ross Robino
58+
- [Mainmatter](https://mainmatter.com/events/?utm_source=svelte_newsletter&utm_medium=social&utm_campaign=25-06-25-how-to-build-web-components-with-svelte) has a bunch of Svelte workshops in July so be sure to check those out!
5559

5660
### Libraries, Tools & Components
5761

5862
- [shadcn-svelte v1](https://shadcn-svelte.com/) - after 11 months in pre-release (@next), shadcn-svelte has officially hit v1.0. Congrats!
5963
- [Quaff](https://github.com/quaffui/quaff) is a component library for Svelte that follows the Material Design 3 guidelines
64+
- [Neodrag v3](https://www.puruvj.dev/blog/neodrag-v3-alpha) Alpha is out with multi-framework adapters, event delegation and more
6065
- [Svelte Polaris](https://svelte-polaris-docs.storebud.workers.dev/) is port of Shopify's design system to build Shopify apps
6166
- [Origin UI](https://originui-svelte.pages.dev/) is a collection of copy-and-paste components for quickly build application UIs
6267
- [Svelte 5 MCP Server](https://github.com/StudentOfJS/svelte5-mcp) is a specialized Model Context Protocol (MCP) server for Svelte 5 frontend development
6368
- [Frizzante](https://razshare.github.io/frizzante-docs/guides/get-started/) is a minimalistic and opinionated web server framework written in Go that uses Svelte to render pages
6469
- [Storybook 9](https://storybook.js.org/blog/storybook-9/) is out now and includes updates to the Svelte CSF story format to support Svelte 5
70+
- [Sheepdog](https://github.com/mainmatter/sheepdog) supplies a simple way to introduce cancellable concurrency into your app
71+
- Flowbite Svelte now has [datatable](https://flowbite-svelte.com/docs/plugins/datatables) and [text editor (WYSIWYG)](https://flowbite-svelte.com/docs/plugins/wysiwyg) components
72+
- [Ark UI](https://ark-ui.com/), a headless UI library, now has a Svelte version
73+
- [SVAR Svelte Filter](https://svar.dev/svelte/filter/) helps you add complex filtering UI and logic to data-heavy apps like admin panels or dashboards
6574

6675
That's it for this month! Let us know if we missed anything on [Reddit](https://www.reddit.com/r/sveltejs/) or [Discord](https://discord.gg/svelte).
6776

0 commit comments

Comments
 (0)