microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.33k stars 1.14k forks source link

[Fabric] Add image caching #12691

Open marlenecota opened 9 months ago

marlenecota commented 9 months ago

Using this to track image caching on Fabric since it isn't covered by API parity

chrisglein commented 9 months ago

Question: How often are we caching on Paper? If you give RNW a uri, and then RNW itself loads it into a memory stream, and only after that hands it off to XAML... that bypasses XAML's image cache.

Of course for Fabric, we never benefit from XAML's image cache. So cases like offline images will need some attention.