How to use a transition in Svelte! (Also Creating, updating, and deleting posts, and XSS protection)

Continuing to build out our SvelteKit application and blog, we now want and need the ability to create new posts, as well as update and delete our own posts only. In this episode, I show how to do all of that, as well as provide extra security against XSS by adding DOMPurify. We also explore using our first Svelte animation transition! 🤯 Support on Patreon * ⏱️ Timestamps: * 00:00 - Introduction * 00:35 - Demo * 01:35 - changes * 02:40 - Nav changes * 02:55 - Settings changes - and mentioning we’ll have better “protected“ pages later * 05:00 - DOMPurify * 06:00 - index changes (Creating, updating, deleting) * 09:30 - Slide Transition in Svelte! * 10:25 - Create form * 14:20 - Update form, delete button, and DOMPurify 💌 Newsletter: * 🪐Elsewhere: * Twitter: * Twitter: * GitHub: 💭Concepts: * Create, Update, and Deleting blog p
Back to Top