Image.prefetch any different?
See original GitHub issueJust wondering if this lib offers anything over Image.prefetch
? I realize that Image.prefetch
is relatively new and this lib may have been introduced back in the day to overcome that limitation.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Image prefetching using <link> tag - html - Stack Overflow
This method can be used to prefetch anything including images, style sheets, different web pages, etc. As long as the url used in...
Read more >Preloading responsive images - web.dev
Preloading background images using image-set # If you have different background images for different screen densities, you can specify them in ...
Read more >Prefetching images and links with HTML5 - TUTORIALS PAGE
Prefetching can be used behind the scenes to load large images that are not immediately visible. For example, if you're using lightbox then...
Read more >5 Things to know about Images in React Native - Medium
React Native provides out of the box Image.prefetch which can be useful to pre-load images but in some cases but it is somewhat...
Read more >Prefetching Images - Fresco
Prefetching images in advance of showing them can sometimes lead to shorter wait times for users. Remember, however, that there are trade-offs.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, I’ll go ahead and close it. @jayesbe it’ll be great to have the ability to
prefetch
aCacheableImage
to avoid theActivityIndicator
.@a-koka I agree a prefetch would be helpful. Will give it some thought.