1 repositorio
Tools that produce identical HTML output from the same template definitions regardless of whether they run on the client or server.
Distinguishing note: None of the candidates cover the concept of isomorphic/universal output consistency across environments.
Explore 1 awesome GitHub repository matching web development · Isomorphic HTML Generators. Refine with filters or upvote what's useful.
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
Ensures consistent HTML output across both client and server environments using a shared set of template definitions.