lazy-loading
Here are 668 public repositories matching this topic...
LazyLoad is a lightweight, flexible script that speeds up your website by deferring the loading of your below-the-fold images, backgrounds, videos, iframes and scripts to when they will enter the viewport. Written in plain "vanilla" JavaScript, it leverages IntersectionObserver, supports responsive images and enables native lazy loading.
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Aug 26, 2020 - PHP
Angular, NgRx, Angular CLI & Angular Material Starter Project
-
Updated
Oct 23, 2020 - TypeScript
React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport.
-
Updated
Oct 26, 2020 - TypeScript
Composable components for rendering fake (progressive) content like facebook in vue
-
Updated
May 16, 2020 - JavaScript
A fast, flexible, and small SEO-friendly lazy loader.
-
Updated
Aug 31, 2020 - HTML
Lazy load responsive images
-
Updated
Aug 8, 2020 - JavaScript
A lightweight, fast, feature-rich, powerful and highly configurable delayed content, image and background lazy loading plugin for jQuery & Zepto.
-
Updated
Jul 24, 2020 - JavaScript
-
Updated
Oct 25, 2020 - TypeScript
-
Updated
Oct 16, 2020 - TypeScript
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
-
Updated
Jul 30, 2020 - TypeScript
React Component to lazy load images and components using a HOC to track window scroll position.
-
Updated
Oct 6, 2020 - JavaScript
React, React-Router 4, MobX and Webpack 2-boilerplate with async routes.
-
Updated
Nov 17, 2019 - JavaScript
Lazy load images using Intersection Observer, apply progressive rendering and css animations.
-
Updated
Oct 3, 2020 - JavaScript
Template for ASP.NET Core, Angular with Webpack and Visual Studio
-
Updated
Sep 15, 2020 - JavaScript
Splide is a lightweight, powerful and flexible slider and carousel, written in pure JavaScript without any dependencies.
-
Updated
Oct 4, 2020 - JavaScript
http://mol.js.org/app/demo/-/#demo=mol_date_demo
Через выпадающий календарь сейчас можно выбрать лишь день. Чтобы поменять месяц приходится редактировать через клавиатуру. Однако, частое действие - переход к соседнему месяцу. В шапке календаря есть место слева и справа - туда можно поместить кнопки перехода к следующему и предыдущему месяцам. Кнопки должны быть на всё пустое пространство, чтобы
out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
-
Updated
Feb 24, 2020 - Java
Check if a react component in the viewport
-
Updated
Sep 7, 2020 - JavaScript
Vue lazy image and background loading plugin.
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Oct 7, 2018 - JavaScript
Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Oct 25, 2020 - TypeScript
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Oct 16, 2020 - JavaScript
Utility to load images and React components progressively, and get code splitting for free
-
Updated
Oct 16, 2019 - TypeScript
-
Updated
Jun 29, 2020 - PHP
-
Updated
Oct 26, 2020 - Stylus
Improve this page
Add a description, image, and links to the lazy-loading topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lazy-loading topic, visit your repo's landing page and select "manage topics."


Expected Behavior
Lozad's browser field in
package.jsonshould point to the ES build, as this field is used for bundlers which will then do their own transpilation, tree-shaking, and minification. Pointing at the minified/transpiled build causes this not to happen and results in larger bundle sizes and inability to debug.Current Behavior
Currently
browserpoints at the minified bui