Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application navigation, background tasks, and screen rendering through composable, hierarchical state machines. The architecture drives application behavior by flowing immutable data downward to declarative user interfaces and routing user interactions upward through named event handlers. The library includes multiplatform target support for compiling shared code across operating systems, along with asynchronous operation execution that handles background tasks safely outside render passes. I
This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation flows, and data collections across Apple platforms. It provides a collection of practical implementation patterns and component examples for building user interfaces using the SwiftUI framework. The library serves as a cross-platform reference for rendering visual content on iOS and macOS. It includes a view implementation guide that covers managing navigation, handling user inputs, and embedding web content. The codebase covers broad capability areas including layout management
Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a practical guide for building native Android user interfaces. It demonstrates the use of a declarative framework where Kotlin functions describe layout structures and data dependencies, enabling developers to construct modern, reactive interfaces. The repository highlights architectural patterns that prioritize maintainability and testability, such as layered organization and unidirectional data flow. It showcases how to implement adaptive layouts that automatically adjust to various s
mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web interfaces. It functions as a mobile web performance framework and gesture-based interface library to eliminate browser lag and mimic the behaviors and animations of native mobile applications. The framework focuses on implementing common mobile UX patterns, including pull-to-refresh functionality, swipe-to-action menus, and sliding side navigation. It provides specialized tools for gesture-driven interface development to ensure an immediate visual response to touch interactions
SwiftWebUI est un framework UI côté serveur et une bibliothèque web déclarative qui permet la création d'interfaces web en utilisant une syntaxe basée sur le pattern SwiftUI. Il fonctionne comme un système piloté par le serveur où la structure de l'interface et l'état sont gérés sur le serveur et rendus dans un navigateur web.
Les fonctionnalités principales de swiftwebui/swiftwebui sont : Web DSLs, Web Frameworks, Server-Managed UI State, Declarative UI Libraries, Native-Like Web Interfaces, Declarative UI Structures, Real-Time UI Synchronization, State-Synchronized Frameworks.
Les alternatives open-source à swiftwebui/swiftwebui incluent : jinxiansen/swiftui — This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation… square/workflow-kotlin — Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application… android/compose-samples — Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a… dcloudio/mui — mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional… vuejs/vue — Vue is a progressive, component-based JavaScript framework designed for building reactive user interfaces and…