awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wycats avatar

wycats/handlebars.js

0
View on GitHub↗
18,651 stars·2,059 forks·JavaScript·MIT·5 vueshandlebarsjs.com↗

Handlebars.js

Handlebars.js is a JavaScript templating engine used to generate HTML and other text formats by combining static templates with dynamic data. It functions as a logic-less template engine, separating presentation from business logic by restricting the complexity of expressions within templates.

The project includes a precompiled template compiler that converts template strings into executable JavaScript functions. This mechanism reduces runtime overhead and improves rendering performance by shifting the compilation process to a build step.

The engine provides a custom helper framework for extending template functionality through JavaScript functions. It supports both client-side and server-side rendering for dynamic HTML generation and implements template logic extensions through block expressions and nested data paths.

Features

  • Dynamic HTML Generators - Combines static templates with dynamic data sources to programmatically generate HTML markup.
  • Template Extensions - Extends the templating engine's functional surface area through helper functions and block expressions.
  • Custom Helper Frameworks - Ships a comprehensive framework for extending template functionality via custom JavaScript helper functions.
  • Template Helpers - Allows the injection of external JavaScript functions into the rendering pipeline to handle custom logic and formatting.
  • HTML Markup Templates - Uses customizable string templates to generate the final HTML structure for web pages and applications.
  • Client-Side Template Rendering - Enables rendering of dynamic markup directly in the browser to update user interfaces without page refreshes.
  • Logic-less Template Engines - Implements a logic-less approach that separates presentation from business logic by restricting expression complexity.
  • HTML Templating Engines - Functions as a general-purpose system that processes structured templates to generate dynamic HTML content using JavaScript.
  • Server-Side Rendering - Generates complete HTML pages on the server before sending the final markup to the client.
  • Template Data Binding - Provides mechanisms for binding structured data to templates using a hierarchical lookup process.
  • Template Logic - Provides syntax and control structures, such as block expressions, for dynamic template generation.
  • AST-Based Template Parsing - Implements a parser that converts template strings into an abstract syntax tree for structural analysis before execution.
  • Template Compilation - Includes a tool to transform string templates into executable JavaScript functions for high-performance interpolation.
  • Precompiled Template Execution - Converts templates into executable JavaScript functions to eliminate repeated parsing and optimize runtime performance.
  • Build-Time Precompilation - Provides a workflow to convert templates into standalone JavaScript files during a build step for better performance.
  • Recursive Template Resolution - Supports nested template structures by recursively resolving and executing blocks against subsets of data.
  • Template Engines - Extension of the Mustache template language.

Historique des stars

Graphique de l'historique des stars pour wycats/handlebars.jsGraphique de l'historique des stars pour wycats/handlebars.js

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Handlebars.js

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Handlebars.js.
  • handlebars-lang/handlebars.jsAvatar de handlebars-lang

    handlebars-lang/handlebars.js

    18,640Voir sur GitHub↗

    Handlebars.js is a JavaScript templating engine and logic-less template library used to generate HTML or text by merging data objects with templates. It utilizes an abstract syntax tree parser to transform template strings into executable JavaScript functions. The system separates data from presentation by restricting complex logic to external helper functions rather than the template itself. It features a precompiled template compiler that converts templates into functions before deployment to increase execution speed and reduce startup latency. The engine covers a broad range of content ge

    JavaScripthandlebarsmustachetemplates
    Voir sur GitHub↗18,640
  • mde/ejsAvatar de mde

    mde/ejs

    8,105Voir sur GitHub↗

    EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data into template files. It functions as both a server-side template processor and a client-side rendering engine, allowing for the creation of dynamic markup in both backend and frontend environments. The engine supports the creation of modular web layouts through partial template inclusion, where smaller reusable components are inserted into parent pages. Users can modify the template syntax by defining custom delimiters to avoid conflicts with other languages. The project cove

    JavaScript
    Voir sur GitHub↗8,105
  • linkedin/dustjsAvatar de linkedin

    linkedin/dustjs

    2,913Voir sur GitHub↗

    Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML generator, producing consistent output across both client and server environments. The system employs a logic-less template syntax to separate presentation from business logic, utilizing simple tags for iteration and conditional checks. It supports asynchronous data resolution, allowing the rendering process to pause and resume as external data sources respond. The engine provides capabilities for dynamic HTML generation, server-side rendering, and client-side templating. It utiliz

    JavaScript
    Voir sur GitHub↗2,913
  • aui/art-templateAvatar de aui

    aui/art-template

    9,862Voir sur GitHub↗

    art-template is a JavaScript template engine and server-side rendering engine. It functions as an abstract syntax tree compiler that translates template source code into executable JavaScript to generate HTML or text output. The engine includes a template inheritance system that allows the definition of base layouts and reusable content blocks. It also provides a template debugging tool that maps syntax and runtime errors to exact line numbers within the source files.

    JavaScript
    Voir sur GitHub↗9,862
Voir les 30 alternatives à Handlebars.js→

Questions fréquentes

Que fait wycats/handlebars.js ?

Handlebars.js is a JavaScript templating engine used to generate HTML and other text formats by combining static templates with dynamic data. It functions as a logic-less template engine, separating presentation from business logic by restricting the complexity of expressions within templates.

Quelles sont les fonctionnalités principales de wycats/handlebars.js ?

Les fonctionnalités principales de wycats/handlebars.js sont : Dynamic HTML Generators, Template Extensions, Custom Helper Frameworks, Template Helpers, HTML Markup Templates, Client-Side Template Rendering, Logic-less Template Engines, HTML Templating Engines.

Quelles sont les alternatives open-source à wycats/handlebars.js ?

Les alternatives open-source à wycats/handlebars.js incluent : handlebars-lang/handlebars.js — Handlebars.js is a JavaScript templating engine and logic-less template library used to generate HTML or text by… mde/ejs — EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data… linkedin/dustjs — Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML… aui/art-template — art-template is a JavaScript template engine and server-side rendering engine. It functions as an abstract syntax tree… goofychris/art-template — art-template is a JavaScript templating engine and HTML template compiler that transforms custom syntax and script… twitter/hogan.js — hogan.js is a logic-less template compiler and Mustache templating engine. It transforms static templates into…