

856: Loading UIs, Rust Webpack, New Cookie Types, Conference Talks + More
38 snips Dec 4, 2024
Scott and Wes tackle listener questions on Hono and SvelteKit, exploring the pros of Rspack over Vite. They break down partitioned cookies and share insights on quirkiness in HTTP redirect codes. The duo discusses the importance of managing speedy loading spinners for better user experience and offers advice on interviewing in tech roles. Plus, there's a humorous take on cookie management and personal reflections on kitchen life, especially regarding stainless steel cookware!
AI Snips
Chapters
Transcript
Episode notes
Hono with Full-Stack Frameworks
- Use SvelteKit, Next.js, Remix, or TanStack Start for full-stack apps.
- Avoid combining Hono with these frameworks unless migrating legacy code.
Modern Tooling Speed
- Modern tooling like ESBuild, Vite, and RSPack offers significant speed improvements.
- Webpack users can benefit from exploring these tools.
Vite's Build Tools
- Vite uses ESBuild for development and Rollup for production builds.
- Rolldown, a Rust-based bundler, aims to replace both in the future.