2 repos
Logic-only interface components that provide functionality without enforcing specific visual styles or markup.
Distinguishing note: No existing candidates provided; minting under User Interface & Experience to capture logic-separation patterns.
Explore 2 awesome GitHub repositories matching user interface & experience · Headless UI Components. Refine with filters or upvote what's useful.
Refine is a headless framework designed for building data-intensive internal business applications, such as admin panels and dashboards. It provides a core set of hooks and architectural patterns that decouple business logic, authentication, and data operations from the user interface, allowing developers to integrate any design system while maintaining a consistent application structure. The framework distinguishes itself through a resource-centric approach that automatically maps application views to data entities via centralized configuration. It features a unified data provider interface
Decouples business logic from the user interface by providing framework-agnostic hooks that manage state, data fetching, and navigation independently.
This project provides a collection of headless, framework-agnostic libraries designed to manage complex application state and data logic. By decoupling data processing from the visual rendering layer, it allows developers to implement sophisticated features—such as data grids, form management, and routing—without being tied to specific UI markup or styling constraints. The core of the project is its focus on type-safe, performant state management that remains consistent across different frontend environments. It distinguishes itself through a modular architecture that includes advanced capabi
Building complex interface elements by managing data logic and state transitions while keeping the visual markup and styling completely separate.