4 Repos
Syntax for injecting dynamic JavaScript values and expressions directly into user interface templates.
Distinct from Expression Composition: None of the candidates capture the core capability of embedding JS expressions in UI templates.
Explore 4 awesome GitHub repositories matching web development · Expression Embeddings. Refine with filters or upvote what's useful.
React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme
Supports injecting dynamic values and function results into user interface templates using curly braces.
Slim ist eine prägnante, einrückungsbasierte Template-Sprache und Markup-Engine zur Generierung von HTML und XML. Entwickelt für das Ruby-Ökosystem, wandelt sie Kurzschreibweisen in wohlgeformte Dokumente um, ohne dass herkömmliche schließende Tags erforderlich sind. Die Engine fungiert als Multi-Engine-Wrapper, der die Integration externer Rendering-Engines wie Markdown und Sass innerhalb einer einzigen Template-Datei ermöglicht. Sie bietet zudem eine Befehlszeilenschnittstelle zum Rendern von Templates und zum Konvertieren zwischen verschiedenen Markup-Formaten. Das System unterstützt die dynamische Content-Generierung durch eingebettete Ruby-Logik, einschließlich Schleifen, Bedingungen und Ausdrucksinterpolation. Es enthält Funktionen für die modulare UI-Entwicklung durch wiederverwendbare Template-Fragmente sowie spezialisierte Tools für Whitespace-Management, Doctype-Generierung und das Mapping von Datensammlungen auf Elementattribute.
Enables inserting the result of Ruby code calls directly into markup with controls for escaping and whitespace.
ihp is a type-safe web framework and full-stack application orchestrator designed for PostgreSQL. It functions as a server-side rendering framework and a type-safe ORM that automatically generates record types from SQL schemas to ensure compile-time query validation. The platform distinguishes itself by verifying routing, database queries, and templates at compile time to prevent runtime crashes. It implements real-time web interfaces using WebSockets for instant data synchronization and employs server-driven hypermedia for partial DOM patching. The framework covers a broad range of integrat
Injects variables and expressions into HTML markup using type-safe instances verified at compile time.
Haml is a Ruby HTML template engine and server-side rendering library. It functions as an HTML markup preprocessor that transforms a concise, indentation-based shorthand syntax into standard HTML and XHTML markup. The system uses hierarchical whitespace instead of explicit closing tags to define the structure of documents, reducing boilerplate during markup authoring. It integrates Ruby logic directly into templates to evaluate conditional statements, process dynamic data, and interpolate values. The engine provides tools for managing element attributes through hashes, controlling output whi
Injects and evaluates Ruby expressions directly within templates to produce dynamic content.