From 963208f0028a6baf950f5bfa8d63da3570fcd63a Mon Sep 17 00:00:00 2001 From: Noah Lehmann-Haupt Date: Wed, 30 Dec 2020 16:04:19 -0800 Subject: [PATCH] Add link to to my talk about Svelte from a recent conference --- site/content/blog/2021-01-01-whats-new-in-svelte-january-2021.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/blog/2021-01-01-whats-new-in-svelte-january-2021.md b/site/content/blog/2021-01-01-whats-new-in-svelte-january-2021.md index 736579051e..da3cd8fe3f 100644 --- a/site/content/blog/2021-01-01-whats-new-in-svelte-january-2021.md +++ b/site/content/blog/2021-01-01-whats-new-in-svelte-january-2021.md @@ -74,6 +74,7 @@ As cautioned in _[What's the deal with SvelteKit?](https://svelte.dev/blog/whats - [Svelte for React Developers](https://soshace.com/svelte-for-react-developers/) explains Svelte's core concepts to folks who are used to React - [Building a Svelte Static Website with Smooth Page Transitions](https://www.youtube.com/watch?v=dvPfmcGtmrI&feature=emb_title) shows how to build a static website with Svelte and add smooth page transitions using Three.js and GSAP. - [Using Apollo Client in Sapper](https://bjornlu.com/blog/using-apollo-client-in-sapper/) explains the "simplest" solutions to integrate the Apollog query client into Sapper +- [Reactive web apps with Crystal + Svelte](https://www.youtube.com/watch?v=i1xjLd6z7BU) explores how to build full-stack, server-rendered Svelte apps with a [Crystal](https://crystal-lang.org) backend **Related Projects**