2 dépôts
Capabilities for capturing form input values as structured JavaScript objects during submission.
Distinct from Form Logic Objects: None of the candidates cover the specific transformation of form submission data into a JS object.
Explore 2 awesome GitHub repositories matching web development · Form Data Object Mapping. Refine with filters or upvote what's useful.
Base UI is a headless component library and unstyled framework providing accessible interface primitives. It decouples behavioral logic and state management from the visual layer, allowing developers to implement complex UI patterns while maintaining total control over the final styling. The library implements WAI-ARIA design patterns to ensure all primitives support standard keyboard navigation and screen reader accessibility. It provides a suite of low-level building blocks that handle the internal mechanics of interface elements without bundling any CSS. The framework covers a broad range
Captures form values as JavaScript objects upon submission to simplify data transformation.
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
Captures form input values as structured typed dictionaries or data objects with automatic type conversion.