1 个仓库
Techniques for attaching interactive behaviors to pre-rendered static HTML content.
Distinguishing note: Focuses on the hydration process specifically, distinct from general rendering frameworks.
Explore 1 awesome GitHub repository matching web development · Hydration Strategies. Refine with filters or upvote what's useful.
Eleventy is a JavaScript-based static site generator designed to transform templates, data files, and markdown into optimized HTML. It functions as a versatile template rendering engine and content management framework, allowing developers to aggregate data from diverse sources—including local files, databases, and external APIs—to populate structured web content. The project is distinguished by its template-engine-agnostic pipeline, which decouples the build process from specific rendering languages. This allows users to integrate multiple template formats, such as Liquid, Nunjucks, Handleba
Initializes frontend components by defining custom hydration types for attaching interactive behavior.