Skip to content

Commit

Permalink
Create 862 - Svelte 5.md (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
randyrektor authored Dec 16, 2024
1 parent 5995357 commit 3202e80
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions shows/862 - Svelte 5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
number: 862
title: Svelte 5
date: 1734519600000
url: https://traffic.libsyn.com/syntax/Syntax_-_862.mp3
youtube_url: https://www.youtube.com/watch?v=t6-znHs8DDM
---

Is Svelte becoming React? Scott and Wes explore the exciting updates in Svelte 5, including Runes, Snippets, odd font choices, and performance benchmarks, while discussing custom event updates, migration tips, and potential performance gains.

### Show Notes

* **[00:00](#t=00:00)** Welcome to Syntax!
* [Scott's Svelte5 Overview](https://youtu.be/8DQailPy3q8?si=EHDGByYwUpPrZHSV).
* **[01:27](#t=01:27)** Brought to you by [Sentry.io](https://sentry.io/syntax).
* **[02:06](#t=02:06)** What's new in [Svelte 5](https://svelte.dev/blog/svelte-5-is-alive)?
* **[02:13](#t=02:13)** [Runes](https://svelte.dev/docs/svelte/what-are-runes).
* **[04:47](#t=04:47)** [$state](https://svelte.dev/docs/svelte/$state)
* **[07:00](#t=07:00)** $state.snapshot
* **[11:47](#t=11:47)** [$derived](https://svelte.dev/docs/svelte/$derived)
* **[12:46](#t=12:46)** $derived.buy
* **[15:41](#t=15:41)** [$effect](https://svelte.dev/docs/svelte/$effect)
* **[17:24](#t=17:24)** $effect.pre
* **[18:05](#t=18:05)** $effect use cases.
* **[22:20](#t=22:20)** [$props](https://svelte.dev/docs/svelte/$props)
* **[24:57](#t=24:57)** [Binding state](https://svelte.dev/docs/svelte/$bindable).
* **[27:15](#t=27:15)** [$inspect](https://svelte.dev/docs/svelte/$inspect)
* [vsode-wrap-svelte](https://github.com/stolinski/vscode-wrap-svelte).
* **[28:46](#t=28:46)** $inspect(...).with
* **[30:42](#t=30:42)** [Snippets](https://svelte.dev/docs/svelte/snippet).
* **[34:22](#t=34:22)** Events now onclick instead of on:click.
* **[36:09](#t=36:09)** Custom events now just props instead of createEventDispatcher.
* **[36:31](#t=36:31)** Serif Font on [website](https://svelte.dev/).
* **[40:01](#t=40:01)** Performance.
* [Benchmarks Doc](https://krausest.github.io/js-framework-benchmark/2024/table_chrome_130.0.6723.58.html).
* [Benjamin McCann Tweet](https://x.com/BenjaminMcCann/status/1825927135393177994).
* **[46:41](#t=46:41)** Is Svelte becoming React?
* **[49:21](#t=49:21)** [Migration](https://svelte.dev/docs/svelte/v5-migration-guide).
* **[51:41](#t=51:41)** What's next and wish list for Svelte.
* **[57:12](#t=57:12)** Sick Picks & Shameless Plugs.

### Sick Picks

- Scott: [Dragon Quest 3](https://amzn.to/3CK2kHH).
- Wes: [Dresscode.dev](https://dresscode.dev/).

### Shameless Plugs

- Scott: [Syntax on YouTube](https://youtube.com/@syntaxfm).

### Hit us up on Socials!

Syntax: [X](https://twitter.com/syntaxfm) [Instagram](https://www.instagram.com/syntax_fm/) [Tiktok](https://www.tiktok.com/@syntaxfm) [LinkedIn](https://www.linkedin.com/company/96077407/admin/feed/posts/) [Threads](https://www.threads.net/@syntax_fm)

Wes: [X](https://twitter.com/wesbos) [Instagram](https://www.instagram.com/wesbos/) [Tiktok](https://www.tiktok.com/@wesbos) [LinkedIn](https://www.linkedin.com/in/wesbos/) [Threads](https://www.threads.net/@wesbos)

Scott: [X](https://twitter.com/stolinski) [Instagram](https://www.instagram.com/stolinski/) [Tiktok](https://www.tiktok.com/@stolinski) [LinkedIn](https://www.linkedin.com/in/stolinski/) [Threads](https://www.threads.net/@stolinski)

Randy: [X](https://twitter.com/randyrektor) [Instagram](https://www.instagram.com/randyrektor/) [YouTube](https://www.youtube.com/@randyrektor) [Threads](https://www.threads.net/@randyrektor)

0 comments on commit 3202e80

Please sign in to comment.