https://github.com/biosboy/progressiveimage
Lazy Image loading with React Hooks. The reproduction for Medium article:
https://github.com/biosboy/progressiveimage
images javascript jpeg js lazy lazy-loading lazy-loading-images lazyload-images png
Last synced: 15 days ago
JSON representation
Lazy Image loading with React Hooks. The reproduction for Medium article:
- Host: GitHub
- URL: https://github.com/biosboy/progressiveimage
- Owner: BiosBoy
- License: mit
- Created: 2020-04-17T10:37:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T09:22:12.000Z (about 5 years ago)
- Last Synced: 2025-03-26T12:21:20.189Z (about 1 month ago)
- Topics: images, javascript, jpeg, js, lazy, lazy-loading, lazy-loading-images, lazyload-images, png
- Language: JavaScript
- Homepage: https://medium.com/@svyat770/be-lazy-is-no-shame-an-efficient-image-loading-with-react-hooks-ade56978005e
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ProgressiveImage
### This is a repo for testing and demostration of how Images Lazy Loding is working on React Hooks.**The test stend for Medium article**:
- https://medium.com/@svyat770/be-lazy-is-no-shame-an-efficient-image-loading-with-react-hooks-ade56978005e**Live Demo**:
- https://codesandbox.io/s/progressiveimageonreacthooks-ip4bc?from-embed
Thanks!