1 रिपॉजिटरी
Constructing user interfaces by composing functions that return DOM elements.
Distinct from Function Composition: Focuses on the layout and UI structural composition rather than general functional logic merging.
Explore 1 awesome GitHub repository matching software engineering & architecture · UI Component Composition. Refine with filters or upvote what's useful.
Van is a reactive JavaScript UI framework designed for building user interfaces with state binding and automatic DOM updates without a virtual DOM. It functions as a buildless frontend framework, allowing the creation of reactive applications using standard JavaScript functions that run directly in the browser without a compilation step. The framework includes a reactive state manager that uses proxy-based objects to track dependencies and trigger targeted UI updates. It provides a server-side rendering tool for generating static HTML and a corresponding client-side hydration process to attac
Uses standard JavaScript functions to declaratively compose the user interface without a compilation step.