awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 repositorios

Awesome GitHub RepositoriesLazy Loading

Techniques for deferring the loading of code until it is required.

Distinguishing note: Focuses on route-level code splitting.

Explore 23 awesome GitHub repositories matching web development · Lazy Loading. Refine with filters or upvote what's useful.

Awesome Lazy Loading GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • kamranahmedse/developer-roadmapAvatar de kamranahmedse

    kamranahmedse/developer-roadmap

    357,434Ver en GitHub↗

    Developer Roadmap es una plataforma impulsada por la comunidad que proporciona rutas de aprendizaje estructuradas basadas en grafos para la ingeniería de software. Sirve como un repositorio de conocimiento integral donde los dominios técnicos se organizan en secuencias visuales para guiar la adquisición de habilidades profesionales y el crecimiento profesional. El proyecto se distingue por un ecosistema colaborativo que permite a los usuarios contribuir con roadmaps, curar las mejores prácticas de la industria y mantener perfiles profesionales. Integra marcos de evaluación de diagnóstico para evaluar la competencia técnica, ayudando a los desarrolladores a identificar brechas de conocimiento y prepararse para entrevistas profesionales a través de secuencias de aprendizaje específicas. Más allá de sus capacidades principales de mapeo, la plataforma ofrece ideas de proyectos prácticos y tutoría interactiva para reforzar los conceptos de ingeniería. Proporciona un espacio centralizado para que la comunidad comparta recursos, rastree el desarrollo progresivo de habilidades y navegue por paisajes técnicos complejos.

    Defers the loading of code until it is required to optimize bundle size.

    TypeScriptangular-roadmapbackend-roadmapblockchain-roadmap
    Ver en GitHub↗357,434
  • facebook/reactAvatar de facebook

    facebook/react

    245,669Ver en GitHub↗

    React es una biblioteca de JavaScript para crear interfaces de usuario basadas en una arquitectura orientada a componentes y un flujo de datos unidireccional.

    Defers the loading of component code until it is rendered using dynamic imports.

    JavaScriptjavascriptuifrontend
    Ver en GitHub↗245,669
  • solidjs/solidAvatar de solidjs

    solidjs/solid

    35,621Ver en GitHub↗

    Solid is a declarative JavaScript framework for building user interfaces through fine-grained reactivity. By utilizing a compile-time template transformation process, it converts JSX into direct DOM manipulation instructions, eliminating the need for a virtual tree. This architecture allows the framework to track dependencies at the individual element level, ensuring that state changes trigger surgical updates to the interface. The framework distinguishes itself through its isomorphic rendering pipeline, which shares reactive logic across server and client environments to support both initial

    Postpones loading of route components until navigation to reduce bundle size.

    TypeScriptdeclarativefine-grainedjavascript
    Ver en GitHub↗35,621
  • alvarotrigo/fullpage.jsAvatar de alvarotrigo

    alvarotrigo/fullPage.js

    35,437Ver en GitHub↗

    fullPage.js is a JavaScript full-screen scrolling library and layout engine used to create websites composed of vertical sections and horizontal slides that snap to the viewport. It provides a system for organizing web content into full-screen pages with automatic snapping behavior. The library distinguishes itself through a WebGL transition framework and visual storytelling tools, enabling cinematic effects such as 3D rotations, parallax backgrounds, fading, and water distortion during navigation. It also features a responsive adaptation system that can switch from automatic snapping to stan

    Defers the loading of images and videos until they enter the viewport to improve initial page speed.

    JavaScriptfullpagefullscreenjavascript
    Ver en GitHub↗35,437
  • marmelab/react-adminAvatar de marmelab

    marmelab/react-admin

    26,780Ver en GitHub↗

    React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr

    Splits application code into smaller bundles that download on demand to improve initial load times and performance.

    TypeScriptadminadmin-dashboardadmin-on-rest
    Ver en GitHub↗26,780
  • qwikdev/qwikAvatar de QwikDev

    QwikDev/qwik

    22,014Ver en GitHub↗

    Qwik is a resumable JavaScript web framework and component-based UI library designed to build high-performance web applications. It functions as a frontend web framework that optimizes page load speed and runtime performance by delaying JavaScript execution until a user interacts with a specific component. The framework eliminates the traditional hydration phase by restoring application state from the server. It uses serialization to embed state and event listeners directly into the HTML, allowing the application to resume interactivity without re-executing JavaScript to rebuild the component

    Enables highly efficient delivery by fetching and executing JavaScript chunks only when the corresponding UI element is interacted with.

    TypeScriptframeworkhacktoberfestjavascript
    Ver en GitHub↗22,014
  • leptos-rs/leptosAvatar de leptos-rs

    leptos-rs/leptos

    20,993Ver en GitHub↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Fetches route-specific code and data concurrently during navigation to prevent loading waterfalls.

    Rustdomfine-grainedisomorphic
    Ver en GitHub↗20,993
  • elysiajs/elysiaAvatar de elysiajs

    elysiajs/elysia

    18,531Ver en GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Supports lazy loading of modules to optimize server startup time and resource usage.

    TypeScriptbunframeworkhttp
    Ver en GitHub↗18,531
  • nodebb/nodebbAvatar de NodeBB

    NodeBB/NodeBB

    15,144Ver en GitHub↗

    NodeBB is a real-time, self-hosted community forum platform built on Node.js. It is designed to support scalable discussion environments by utilizing a document-oriented database for content storage and an in-memory engine for high-speed data retrieval and session management. The platform provides a comprehensive administrative interface for managing user groups, forum settings, and system health. What distinguishes the platform is its native support for federated social networking via the ActivityPub protocol, allowing forums to exchange content, synchronize discussions, and interact with de

    Fetches and parses template fragments on demand from the client side to update page content without full reloads.

    JavaScriptcommunityforumjavascript
    Ver en GitHub↗15,144
  • bootstrap-vue/bootstrap-vueAvatar de bootstrap-vue

    bootstrap-vue/bootstrap-vue

    14,450Ver en GitHub↗

    Bootstrap-vue is a Vue.js component library and responsive UI kit based on the Bootstrap CSS framework. It provides a frontend component suite of reusable interface elements designed for building mobile-first websites and web applications. The project wraps Bootstrap CSS classes in Vue components to manage styles and behaviors through reactive state. It integrates a responsive layout management system that synchronizes internal component states with Bootstrap's grid system and device breakpoints. The library covers a wide range of interface capabilities, including data display with sortable

    Implements IntersectionObserver-based lazy loading to defer image rendering until they enter the viewport.

    JavaScripta11yaccessibilityaccessible
    Ver en GitHub↗14,450
  • single-spa/single-spaAvatar de single-spa

    single-spa/single-spa

    13,871Ver en GitHub↗

    single-spa is a microfrontend orchestration framework designed to compose multiple independent frontend applications into a single interface. It functions as a frontend routing engine and lazy-loading application loader that mounts and unmounts microfrontends based on the current URL without requiring a browser refresh. The framework enables multi-framework frontend integration, allowing different JavaScript frameworks to coexist on one page. This architecture supports distributed frontend development, where separate teams develop and deploy modules independently while maintaining a unified u

    Defers the download of application code until the specific route is accessed to optimize page load times.

    JavaScriptfront-endjavascriptmicrofrontends
    Ver en GitHub↗13,871
  • ionic-team/stencilAvatar de ionic-team

    ionic-team/stencil

    13,100Ver en GitHub↗

    Stencil is a compiler used for authoring web component libraries and developing framework-agnostic user interface elements. It transforms TypeScript and JSX source code into standard custom elements that operate natively in the browser. The project enables the implementation of design systems and enterprise component systems by sharing a single codebase across different JavaScript frameworks. It generates specific adapter layers that allow these custom elements to be used as native components in React, Angular, and Vue. The toolset incorporates ahead-of-time compilation to minimize bundle si

    Defers the downloading and initialization of component logic until the element is actually rendered on the screen.

    TypeScript
    Ver en GitHub↗13,100
  • cookpete/react-playerAvatar de cookpete

    cookpete/react-player

    10,260Ver en GitHub↗

    React-player is a media player component for React that provides a unified interface for embedding and playing video and audio content from various URLs and third-party platforms. It functions as a universal media player that automatically detects the source of a provided URL to render the appropriate player for that specific provider. The project distinguishes itself by wrapping diverse media SDKs and native elements into a consistent multi-platform wrapper. This allows for a standardized set of playback controls across different streaming services and includes the ability to register custom

    Implements a performance-focused wrapper that defers loading heavy media SDKs until user interaction.

    TypeScriptaudiodailymotiondash
    Ver en GitHub↗10,260
  • davezuko/react-redux-starter-kitAvatar de davezuko

    davezuko/react-redux-starter-kit

    10,228Ver en GitHub↗

    Este proyecto es una base preconfigurada para aplicaciones web, proporcionando un código base estructurado y herramientas de compilación para iniciar nuevos proyectos frontend. Sirve como un boilerplate que integra React para la interfaz de usuario, Redux para la gestión del estado y React-Router para la navegación. La arquitectura se distingue por su uso de definiciones de rutas anidadas para manejar la navegación jerárquica y un sistema para la inyección dinámica de reducers, lo que permite añadir lógica de gestión de estado al store en tiempo de ejecución a medida que se cargan módulos específicos. El toolkit cubre una amplia gama de capacidades frontend, incluyendo enrutamiento del lado del cliente, optimización de bundles mediante carga perezosa (lazy loading) de rutas y un pipeline de compilación que admite el bundling de activos estáticos. También incluye un ejecutor de pruebas unitarias integrado para validar la lógica de la aplicación y hot module replacement para un flujo de trabajo de desarrollo que refleja los cambios de código sin una recarga completa del navegador. Se proporciona una utilidad de inicialización de proyectos para realizar el scaffolding de la estructura de directorios inicial y la configuración del entorno.

    Defers the loading of application logic and state tools until the matching route is visited.

    JavaScript
    Ver en GitHub↗10,228
  • patrickjs/angular-webpack-starterAvatar de PatrickJS

    PatrickJS/angular-webpack-starter

    10,221Ver en GitHub↗

    This project is a pre-configured development boilerplate for building applications using the Angular framework and the Webpack module bundler. It provides a standardized environment that integrates a dockerized development setup to ensure consistent build and execution across different operating systems. The blueprint includes a production pipeline focused on frontend performance, utilizing ahead-of-time compilation and lazy loading to reduce bundle sizes. It also incorporates a built-in Sass styling integration to process SCSS files into CSS and an automated testing suite with integration fo

    Implements route-level code splitting to defer the loading of application modules until they are specifically requested.

    JavaScriptangularmfemicrofrontend
    Ver en GitHub↗10,221
  • didi/chameleonAvatar de didi

    didi/chameleon

    8,966Ver en GitHub↗

    Chameleon is a cross-platform application framework and component library used to develop applications for the web and various mini-app platforms from a single shared codebase. It functions as a multi-platform build pipeline that compiles source code into different target formats while providing an MVVM-based user interface system for managing application state. The framework employs a polymorphic protocol to extend custom components and APIs, allowing for platform-specific implementations while maintaining cross-end compatibility. It includes a specialized build tool for static analysis that

    Implements route-level code splitting to defer loading of components and reduce initial bundle size.

    JavaScript
    Ver en GitHub↗8,966
  • bailicangdu/react-pxqAvatar de bailicangdu

    bailicangdu/react-pxq

    7,507Ver en GitHub↗

    react-pxq is a React Redux boilerplate and state-driven UI framework designed for building single-page applications. It functions as a starter project template that combines a client-side routing system with global state management to synchronize data across a component hierarchy. The project implements a code-split web application architecture that uses lazy loading to reduce initial bundle sizes. It integrates a navigation system that maps URL paths to components without triggering full page reloads. The framework covers centralized state management through a global store and action-based

    Utilizes route-level lazy loading to defer the loading of code until it is required by the user.

    JavaScriptreact
    Ver en GitHub↗7,507
  • apoorvsaxena/lozad.jsAvatar de ApoorvSaxena

    ApoorvSaxena/lozad.js

    7,497Ver en GitHub↗

    lozad.js is a JavaScript lazy loading library and viewport-based media loader. It serves as a dependency-free wrapper around the Intersection Observer API to defer the loading of images and iframes until they enter the browser viewport. The project functions as a responsive image loader that optimizes page speed by delivering the most appropriate image sizes and formats based on the user's screen. It includes capabilities for responsive image optimization and layout stabilization through the use of image placeholders to prevent content shifts. The library manages the full lifecycle of deferr

    Defers the loading of images and other media assets until they enter the viewport.

    JavaScript
    Ver en GitHub↗7,497
  • middleapi/orpcAvatar de middleapi

    middleapi/orpc

    4,862Ver en GitHub↗

    orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu

    Router definitions are loaded on first use, enabling code splitting and reducing startup overhead by deferring initialization.

    TypeScriptapibunjscloudflare-worker
    Ver en GitHub↗4,862
  • mgechev/angular-performance-checklistAvatar de mgechev

    mgechev/angular-performance-checklist

    4,134Ver en GitHub↗

    Este proyecto es una referencia técnica y guía para optimizar el rendimiento de las aplicaciones Angular. Proporciona una lista de verificación integral para mejorar la velocidad y la eficiencia centrándose en la optimización de paquetes (bundles), mejores prácticas de renderizado y ejecución en tiempo de ejecución. La guía cubre una amplia gama de diferenciadores, incluyendo la implementación de estrategias de aplicaciones web progresivas (PWA) a través de service workers y caché offline. También detalla métodos para mejorar los tiempos de carga percibidos utilizando renderizado del lado del servidor (SSR) y shells de aplicación. El repositorio proporciona orientación sobre áreas de capacidad más amplias, como el ajuste de la detección de cambios, el uso de web workers para descargar cálculos pesados y la gestión del DOM mediante desplazamiento virtual (virtual scrolling). También cubre la reducción del tamaño del paquete mediante tree-shaking, minificación y división de módulos de carga perezosa (lazy-loading).

    Explains how to implement lazy-loading and module splitting to prevent oversized initial bundles.

    Ver en GitHub↗4,134
Ant.12Siguiente
  1. Home
  2. Web Development
  3. Lazy Loading

Explorar subetiquetas

  • Fine-Grained Code LoadingSplitting application logic into small, independent chunks that load only upon specific user interactions. **Distinct from Lazy Loading:** Focuses on interaction-triggered loading of individual code chunks rather than route-level lazy loading
  • MediaTechniques for deferring the loading of images and media assets until they enter the viewport. **Distinct from Lazy Loading:** Focuses on DOM-based asset loading via IntersectionObserver rather than route-level code splitting.
  • Media AssetTechniques specifically for deferring the initialization of heavy media players and their associated SDKs. **Distinct from Lazy Loading:** Focuses on heavy media SDKs and player components rather than route-level code splitting.