awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeAvatar eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

    10,577Vezi pe 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
    Vezi pe GitHub↗10,577
  • goofychris/art-templateAvatar goofychris

    goofychris/art-template

    9,861Vezi pe 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
    Vezi pe GitHub↗9,861
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Template Components

Explorează sub-etichetele

  • 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.