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
·

2 repositorios

Awesome GitHub RepositoriesTemplate Components

Tools for building reusable UI components and modernizing templates.

Explore 2 awesome GitHub repositories matching part of an awesome list · Template Components. Refine with filters or upvote what's useful.

Awesome Template Components GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeAvatar de eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    10,577Ver en GitHub↗

    This project is a curated resource directory and discovery platform, presenting a hand-picked collection of resources organized into a list for easy browsing and reference. It functions as a static site generator, pre-rendering all pages as static HTML files at build time for fast loading and straightforward deployment. The site is built using a static site generation approach that includes file-based routing, component-based templating, and a markdown content pipeline. During the build process, it fetches external data, optimizes assets like CSS, JavaScript, and images, and transforms markdo

    Builds pages by composing reusable UI components with data binding.

    Pythoneeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
    Ver en GitHub↗10,577
  • goofychris/art-templateAvatar de goofychris

    goofychris/art-template

    9,861Ver en GitHub↗

    art-template is a JavaScript templating engine and HTML template compiler that transforms custom syntax and script statements into optimized HTML output. It functions as a precompiled template engine that converts template source into standalone JavaScript functions to render dynamic content from data. The engine features a template inheritance framework that organizes layouts through nesting, blocks, and inclusions to create reusable components across multiple files. It incorporates automatic output sanitization and encoding to prevent cross-site scripting attacks. The system includes capab

    Organizes complex layouts and shared components through nested blocks and included template files.

    JavaScriptexpressjavascriptkoa
    Ver en GitHub↗9,861
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Template Components

Explorar subetiquetas

  • Layout Inheritance WorkflowsMethods for organizing complex layouts and shared components using nested blocks. **Distinct from Template Components:** Focuses on the architectural organization of template layouts rather than just UI component building.