1 repository
Mechanisms to execute specific functions only after external script tags have fully loaded.
Distinct from Page-Specific Script Execution: None of the candidates cover the specific pattern of coordinating JavaScript execution dependencies based on tag load events.
Explore 1 awesome GitHub repository matching web development · Deferred Script Executions. Refine with filters or upvote what's useful.
vue-meta is a metadata manager for Vue.js applications that coordinates the injection, deduplication, and merging of HTML head and body tags. It serves as a document head controller, allowing developers to define and update titles, meta tags, link tags, styles, and scripts within a component architecture across both client-side and server-side environments. The library distinguishes itself through a hierarchical merging system where child components can override metadata defined by parent components. It ensures document integrity using identifier-based deduplication to prevent duplicate tags
Coordinates the execution of functions to ensure dependencies are met after specific script tags finish loading.