https://github.com/arnellebalane/lazy-loading-example
Lazy-loading images using the IntersectionObserver API
https://github.com/arnellebalane/lazy-loading-example
demo-app intersectionobserver-api web-apis
Last synced: about 1 month ago
JSON representation
Lazy-loading images using the IntersectionObserver API
- Host: GitHub
- URL: https://github.com/arnellebalane/lazy-loading-example
- Owner: arnellebalane
- Created: 2018-05-28T07:12:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T07:53:40.000Z (almost 8 years ago)
- Last Synced: 2025-07-02T10:51:42.295Z (8 months ago)
- Topics: demo-app, intersectionobserver-api, web-apis
- Language: Vue
- Homepage: https://lazy-loading-example.arnelle.dev
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lazy Loading Example
Lazy loading using the [**Intersection Observer API**][1]. App built with
[VueJS][2] and bundled using [Parcel][3].
[Read article explaining the Intersection Observer API][4].
## Running this project
```bash
$ git clone https://github.com/arnellebalane/lazy-loading-example
$ cd lazy-loading-example
$ npm install
$ npm start # starts a local dev server
$ npm run build # builds for production
```
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
[2]: https://vuejs.org/
[3]: https://parceljs.org/
[4]: https://blog.arnellebalane.com/the-intersection-observer-api-d441be0b088d