# Svelte 5

Published articles for Svelte 5.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Two days in Barcelona with the Svelte community

DevFeed: [Two days in Barcelona with the Svelte community](<https://devfeed.tech/articles/two-days-in-barcelona-with-the-svelte-community-30724.md>)

Original publisher: [Read original article](<https://www.windmill.dev/blog/svelte-summit-2025>)

Author: Guilhem Le Mouel

Published: 2025-05-20T00:00:00Z

Content type: article

Language: en

Sources: [Windmill Blog](<https://devfeed.tech/sources/windmill-blog.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [frontend development](<https://devfeed.tech/topics/frontend-development.md>), [Development](<https://devfeed.tech/topics/development.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [community](<https://devfeed.tech/tags/community.md>), [frontend-development](<https://devfeed.tech/tags/frontend-development.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [sponsor](<https://devfeed.tech/tags/sponsor.md>), [summit](<https://devfeed.tech/tags/summit.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [svelte-5](<https://devfeed.tech/tags/svelte-5.md>), [svelte-summit](<https://devfeed.tech/tags/svelte-summit.md>), [svelte-svelte-summit-sveltekit-svelte-5](<https://devfeed.tech/tags/svelte-svelte-summit-sveltekit-svelte-5.md>), [sveltekit](<https://devfeed.tech/tags/sveltekit.md>), [talks](<https://devfeed.tech/tags/talks.md>), [windmill](<https://devfeed.tech/tags/windmill.md>)

### AI overview

A first-hand account of attending Svelte Summit Spring 2025 in Barcelona, covering the event's community atmosphere, talks, and Windmill's decision to use Svelte for its frontend.

### Source excerpt

A first-hand account of the Svelte Summit Spring 2025 in Barcelona, exploring the talks, community, and why Windmill chose Svelte for its frontend development.

## Svelte 5 Runes and the Graphite Git workflow

DevFeed: [Svelte 5 Runes and the Graphite Git workflow](<https://devfeed.tech/articles/svelte-5-graphite-easy-css-animations-34909.md>)

Original publisher: [Read original article](<https://frontendfocus.substack.com/p/svelte-5-graphite-easy-css-animations>)

Author: Mads Brodt

Published: 2023-10-04T15:00:00Z

Content type: article

Language: en

Sources: [Front-End Focus](<https://devfeed.tech/sources/front-end-focus.md>)

Topics: [Svelte](<https://devfeed.tech/topics/svelte.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Git](<https://devfeed.tech/topics/git.md>), [React](<https://devfeed.tech/topics/react.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>)

Tags: [compiler](<https://devfeed.tech/tags/compiler.md>), [git](<https://devfeed.tech/tags/git.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [react](<https://devfeed.tech/tags/react.md>), [svelte](<https://devfeed.tech/tags/svelte.md>), [svelte-5](<https://devfeed.tech/tags/svelte-5.md>), [vue](<https://devfeed.tech/tags/vue.md>)

### AI overview

This newsletter issue discusses the upcoming Svelte 5 release and its Runes reactivity system, then introduces Graphite as an alternative workflow for using Git with teams and pull requests.

### Source excerpt

Hey there! Another week, another fresh issue of the Top 3 in Tech newsletter. Some exciting updates and sweet new tools to make our lives easier this time around - so let's get started: 1. Svelte 5 Svelte is a component-based JavaScript framework, much like React and Vue - and it's a pretty cool one. Where Svelte is different is that it's also a compiler, which gives it some unique advantages in terms of how developers can write Svelte code which then gets transformed to vanilla JS before being sent to the browser.