Fwio

Readings 250529

1 min
  • Cascading Cache Invalidation — Philip Walton - Really impressed by the “cascading cache invalidation” problem, especially for a fanatic code splitter like me.
    • For better memory, I’d like to explain the term in my own phrase: Cascading cache invalidation is the issue that updating a module causes the source code of the module referencing it to also change, which generates multiple changed filenames and thus fails the intention of code splitting with revisioned filenames for better long-term asset caching.
  • Resilient Import Maps - Better Theme Development and Beyond (2025) - Shopify - It’s great to see that Jake is still working on cool and platform-first stuff.
  • Building a Hold to Delete Component - I really like the code playground component, very clean and still sharp.