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
·

5 repositorios

Awesome GitHub RepositoriesScript Loading Strategies

Methods for controlling the download and execution timing of JavaScript files in the browser.

Distinct from Deferred Loading: Candidates focus on deferred data population or dynamic injection, not the core script tag attributes (async/defer).

Explore 5 awesome GitHub repositories matching web development · Script Loading Strategies. Refine with filters or upvote what's useful.

Awesome Script Loading Strategies GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • chalarangelo/30-seconds-of-interviewsAvatar de Chalarangelo

    Chalarangelo/30-seconds-of-interviews

    12,143Ver en GitHub↗

    This project is a technical interview study guide and a markdown-driven static site designed to help developers prepare for coding screenings. It serves as a curated collection of common technical questions and expert answers, functioning as a comprehensive educational resource. The platform provides a structured curriculum and reference materials across several key domains. This includes a JavaScript language reference covering programming fundamentals, a frontend engineering curriculum focused on UI patterns and responsive design, and a web security knowledge base detailing attack vectors a

    Covers script loading strategies using async and defer attributes to optimize page rendering.

    JavaScriptawesome-listcsseducation
    Ver en GitHub↗12,143
  • jantimon/html-webpack-pluginAvatar de jantimon

    jantimon/html-webpack-plugin

    10,728Ver en GitHub↗

    This project is a Webpack HTML generator and template engine that creates HTML files and automatically injects compiled script and style bundles. It functions as an asset injection tool and build process minifier to automate the production of web pages. The tool differentiates itself through a customizable template system that supports dynamic variable injection, programmatic content generation, and the ability to generate multiple distinct HTML entry points for multi-page applications. It also provides a hook-based lifecycle pipeline, allowing for the modification of assets and tags before t

    Implements configurable loading strategies for script and style tags, such as using defer or module attributes.

    JavaScripthtml-webpack-pluginwebpack
    Ver en GitHub↗10,728
  • greatfrontend/top-javascript-interview-questionsAvatar de greatfrontend

    greatfrontend/top-javascript-interview-questions

    9,685Ver en GitHub↗

    This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu

    Covers the use of synchronous, asynchronous, and deferred script loading to optimize page performance.

    MDXfront-end-developmentinterviewsjavascript
    Ver en GitHub↗9,685
  • stereobooster/react-snapAvatar de stereobooster

    stereobooster/react-snap

    5,121Ver en GitHub↗

    react-snap es un generador de sitios estáticos y prerenderizador para aplicaciones de una sola página (SPA). Convierte componentes dinámicos del lado del cliente en archivos HTML estáticos mediante un navegador headless, mejorando así el SEO y la velocidad de carga inicial. El proyecto incluye un crawler con navegador headless que descubre automáticamente las rutas de la aplicación siguiendo enlaces internos. Cuenta con un optimizador de hidratación que captura el estado de la aplicación y almacena en caché las respuestas de red durante el proceso de renderizado, incrustándolas directamente en el HTML para sincronizar la aplicación del lado del cliente sin necesidad de volver a solicitar datos. La herramienta ofrece un conjunto de optimizaciones de rendimiento, como la inserción de CSS crítico, carga asíncrona de scripts y la generación de manifiestos de recursos y cabeceras de precarga. También admite la ejecución de renderizado en paralelo mediante pestañas de navegador concurrentes y permite bloquear peticiones de terceros para evitar que scripts externos se ejecuten durante el proceso de compilación.

    Prevents JavaScript from blocking the initial page render by injecting script tags with async attributes.

    JavaScriptprerenderreactseo
    Ver en GitHub↗5,121
  • baeharam/must-know-about-frontendAvatar de baeharam

    baeharam/Must-Know-About-Frontend

    3,675Ver en GitHub↗

    This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web. The collection provides deep dives into JavaScript language internals, including execution contexts, closures, prototypes, and the event loop. It further details web browser internals, focusing on the critical rendering path, DOM construction, and engine mechanics. The guide also covers web securi

    Details strategies for managing JavaScript execution and download timing using async and defer attributes.

    cssfront-endhtml
    Ver en GitHub↗3,675
  1. Home
  2. Web Development
  3. Script Loading Strategies