mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Document the EquatableView/RenderCache system in the DocC article: - How .equatable() works (5-step cache lookup) - Cache invalidation triggers (State change, environment change) - When to use / not use .equatable() (decision guide with tables) - Which types support Equatable conformance - Debug logging via TUIKIT_DEBUG_RENDER=1 - Code example using FeatureBox from the example app Also updates existing sections: - Correct 'no subtree memoization' claim in 'What Is NOT Diffed' - Add EquatableView to Renderable lists (Direct Rendering, View-Level Modifiers)