2 Repos
Generating HTML structures using function composition and dedicated tag functions instead of templates or JSX.
Distinct from HTML-Based UI Structures: Distinct from HTML-Based UI Structures: focuses on the programmatic function-based generation process rather than the final static structure.
Explore 2 awesome GitHub repositories matching user interface & experience · Functional Tag Wrappers. Refine with filters or upvote what's useful.
Hyperapp is a functional JavaScript framework for building hypertext applications. It centers on a state management library and a virtual DOM system that creates in-memory interface representations to apply efficient updates to the browser screen via diffing. The framework avoids templates and JSX, instead utilizing function composition and dedicated tag wrappers to generate HTML structures and SVG elements. It implements a unidirectional data flow where a central state object is managed through transformation functions. The system covers declarative UI rendering and functional web interfaci
Provides dedicated tag wrappers and function composition for generating HTML structures without the use of templates or JSX.
FastHTML is a full-stack Python web framework designed for building interactive web applications using pure Python. It functions as an HTMX integration framework and a Python HTML domain-specific language, allowing developers to generate HTML structures using native objects and functions instead of external templating files. The framework is distinguished by its native support for real-time bidirectional communication via WebSockets and Server-Sent Events, enabling server-side updates to be pushed to the browser without full page reloads. It further integrates identity management through OAut
Generates HTML structures using function composition and dedicated tag functions instead of external templates.