awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chalarangelo/30-seconds-of-interviewsAvatar von Chalarangelo

    Chalarangelo/30-seconds-of-interviews

    12,143Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,143
  • jantimon/html-webpack-pluginAvatar von jantimon

    jantimon/html-webpack-plugin

    10,728Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,728
  • greatfrontend/top-javascript-interview-questionsAvatar von greatfrontend

    greatfrontend/top-javascript-interview-questions

    9,685Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,685
  • stereobooster/react-snapAvatar von stereobooster

    stereobooster/react-snap

    5,121Auf GitHub ansehen↗

    react-snap ist ein Static Site Generator und Prerenderer für Single-Page-Anwendungen. Er wandelt dynamische clientseitige Komponenten mithilfe eines Headless-Browsers in statische HTML-Dateien um, um die Suchmaschinenoptimierung (SEO) und die initiale Ladezeit zu verbessern. Das Projekt bietet einen Headless-Browser-Crawler, der Anwendungsrouten durch das Folgen interner Links automatisch erkennt. Es enthält einen Hydration-Optimizer, der den Anwendungszustand erfasst und Netzwerkantworten während des Rendering-Prozesses zwischenspeichert. Diese werden direkt in das HTML eingebettet, um die clientseitige Anwendung zu synchronisieren, ohne Daten erneut abrufen zu müssen. Das Tool bietet eine Reihe von Performance-Optimierungen, darunter das Inlining von kritischem CSS, asynchrones Laden von Skripten sowie die Generierung von Ressourcen-Manifesten und Preload-Headern. Zudem unterstützt es paralleles Rendering über mehrere Browser-Tabs hinweg und kann Anfragen an Drittanbieter blockieren, um zu verhindern, dass externe Skripte während des Build-Prozesses ausgeführt werden.

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

    JavaScriptprerenderreactseo
    Auf GitHub ansehen↗5,121
  • baeharam/must-know-about-frontendAvatar von baeharam

    baeharam/Must-Know-About-Frontend

    3,675Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,675
  1. Home
  2. Web Development
  3. Script Loading Strategies