
ShopTalk 697: Web Install API, Resizing Text, Active View Transition Type
Jan 12, 2026
Discover the intriguing world of the Web Install API and how it streamlines app installations. Explore the innovative display:grid-lanes and its impact on browser politics. The hosts dive into the fascinating realm of resizing text, discussing accessibility and usability challenges. Scroll-triggered animations take center stage, revealing creative and interactive possibilities. Finally, get the scoop on CodePen 2.0 features that enhance collaboration and deployment!
AI Snips
Chapters
Transcript
Episode notes
Service Worker Injection Has Tradeoffs
- Service-worker HTML rewriting can inject templates during streaming responses, but performance gains depend on script size and browser caching behavior.
- Chris notes it may not outperform simple script+memory approaches and needs benchmarking.
Importable Styles Reduce Component Bundle Size
- New CSS module-style imports and adoptedStyleSheets help web components keep styles out of JS bundles and improve caching.
- Both Dave and Chris want separate style assets to reduce JS bundle sizes and parse costs.
Text Grow/Shrink Brings Fit-Text To CSS
- Chromium is experimenting with text-grow/text-shrink to auto-fit text without JS or magic numbers.
- Dave and Chris see it as a design-y feature that could replace FitText and reduce JavaScript hacks.
