# 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.