

How To Do Things In Svelte
Dec 13, 2021
The hosts dive into the fun and quirky world of Svelte, discussing its intuitive state management and reactive updates. They humorously explore the challenges of homeownership, sharing anecdotes about lead pipes and neighborhood antics. Additionally, they simplify input binding, highlighting Svelte's user-friendly approach compared to React. Exciting news about Rich Harris's new position at Vercel adds a hint of future innovations. Overall, it's a delightful mix of coding insights and light-hearted personal stories!
AI Snips
Chapters
Transcript
Episode notes
Wes's Water Shutoff Woe
- Wes accidentally covered his water shutoff valve with a retaining wall.
- Luckily, the workers replacing his lead pipes installed a new one elsewhere.
Learning Svelte from React
- Learn Svelte by exploring how common React patterns translate.
- This approach simplifies understanding key Svelte concepts.
Svelte's Simple State
- Svelte simplifies state management by directly updating variables.
- Unlike React's setState, Svelte directly updates the UI.