awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Control Flow Directives · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesControl Flow Directives

Focuses on the logic layer of templates, specifically handling iteration, conditional rendering, and complex expression evaluation.

Explore 3 awesome GitHub repositories matching user interface & experience · Control Flow Directives. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Layout Utilities
  4. Presentation Engines
  5. Template Engines
  6. Control Flow Directives

Awesome Control Flow Directives GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • angular/angular

    angular/angular

    99,962GitHubView on GitHub↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex

    Handles conditional rendering and collection iteration with optimized tracking expressions.

    TypeScriptangularjavascriptpwa
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    Executes dynamic logic within templates to perform real-time data transformations.

    JavaScript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    Parses and executes dynamic expressions directly within templates to perform method calls, data transformations, and value bindings.

    TypeScript

Explore sub-tags

  • Expression EvaluatorsComponents that parse and execute dynamic logic or expressions within templates to perform data transformations.
  • List Rendering DirectivesDirectives that render lists by iterating over data collections within templates.
  • Template Logic ImplementationsImplementations of template features including conditional rendering, list iteration, and event handling.