You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Hi, the component looks nice, unfortunately I cannot use it as is for my use case, which is:
SPA that shows pages of images, preloading the next page until the user forces it to show.
This can be supported by adding two features:
Pass a ready prop that would override internal state and show the children, which would allow an external event like user interaction to affect things regardless of preload status.
Specify max cache size that would ensure older images get dropped from the cache.
I can work around the "ready prop" by doing something like: