Skip to content
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

Improve image loading #183

Open
Feeshay opened this issue Mar 25, 2020 · 0 comments
Open

Improve image loading #183

Feeshay opened this issue Mar 25, 2020 · 0 comments
Labels
feature 🌟 New feature or request P2 Stretch goals

Comments

@Feeshay
Copy link
Member

Feeshay commented Mar 25, 2020

Right now images load bit by bit and can move components around the page as they load. We want to show that there are images loading without moving everything around (loader, blurring, etc.).

Only render on load: https://stackoverflow.com/questions/54095980/how-to-preload-image-in-a-react-js-component
Detect image loading: https://www.javascriptstuff.com/detect-image-load/
Progressive image loading: https://codeburst.io/how-to-do-simple-progressive-image-loading-in-react-like-medium-dfad4c181b53

@Feeshay Feeshay added the feature 🌟 New feature or request label Mar 25, 2020
@jackieo5023 jackieo5023 assigned Feeshay and unassigned Feeshay Mar 27, 2020
@n3a9 n3a9 added the P2 Stretch goals label Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🌟 New feature or request P2 Stretch goals
Projects
None yet
Development

No branches or pull requests

2 participants