-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Loading States? #149
Comments
@james-ff This sort of event / state callback sounds like a good idea to include in the rewrite (see #143). I've not been able to dedicate time to the project recently (injury + work), but this is the next big thing on my list to do (my OSS priority board https://github.com/users/rpearce/projects/1/). Thanks for the suggestion. |
With the way we're doing the rewrite, I don't think this will be something the library will handle, and whatever you would normally do in the browser in this situation should suffice. I'll keep this issue open until we are further along, though. |
The way I've done the upcoming {isLoading && <Spinner />}
{isLoaded && <Zoom><img src="..." ... /></Zoom>} While |
This issue is a: Feature request
Description
It would be nice if there were loading states, so that it would be possbile to show a template image or loading component while an image is loading. Or maybe I'm missing some easy way that already exists? Thanks!
The text was updated successfully, but these errors were encountered: