

781: Potluck - The Value of TypeScript × Vue vs Svelte × Leetcode
16 snips Jun 12, 2024
The conversation dives into the ups and downs of TypeScript, with insights on beginner vs. advanced use. The hosts debate the merits of SvelteKit versus Svelte, along with the implications of shifting away from React. Shipping private packages via NPM is tackled, shedding light on how to manage dependencies. They also touch on the struggle of always starting but never finishing projects, and explore the nuances of coding interview questions, emphasizing practical knowledge over theory.
AI Snips
Chapters
Transcript
Episode notes
Basic TypeScript Usage
- Focus on using TypeScript for describing objects and function arguments.
- This helps document code and improves collaboration without overcomplicating things.
TypeScript as a Linter
- View TypeScript as a helpful linter, not a strict enforcer of correctness.
- This approach reduces pressure and allows flexibility while still benefiting from type checking.
SvelteKit and Astro
- SvelteKit and Astro with Svelte can coexist and serve different purposes.
- Astro excels at optimizing non-hydratable parts, and SvelteKit offers a familiar, full-stack experience.