awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

25 dépôts

Awesome GitHub RepositoriesMVVM Frameworks

Architectural frameworks for building structured, testable UI applications.

Explore 25 awesome GitHub repositories matching part of an awesome list · MVVM Frameworks. Refine with filters or upvote what's useful.

Awesome MVVM Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • knockout/knockoutAvatar de knockout

    knockout/knockout

    10,549Voir sur GitHub↗

    Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions as a declarative data binding library and an observable data model system that decouples business logic from the document object model. The project implements the Model-View-ViewModel pattern to separate application logic from the user interface. It synchronizes data models with visual views by linking internal JavaScript properties to HTML elements, allowing the interface to update automatically when underlying data changes. The framework provides capabilities for dynamic fro

    Provides an architectural framework for building structured, testable UI applications using the MVVM pattern.

    JavaScript
    Voir sur GitHub↗10,549
  • reactiveui/reactiveuiAvatar de reactiveui

    reactiveui/ReactiveUI

    8,498Voir sur GitHub↗

    ReactiveUI is a .NET MVVM framework and functional reactive programming library designed to decouple application state from the user interface. It functions as a reactive state management tool that uses observable streams to handle mutable data and asynchronous event-driven logic. The framework provides a cross-platform UI toolkit that abstracts business logic from platform-specific views. This enables the creation of consistent user interfaces across multiple .NET platforms by utilizing platform-agnostic abstractions. The system focuses on application state management and decoupled UI testi

    MVVM framework integrated with Reactive Extensions.

    C#androidcsharpdotnet
    Voir sur GitHub↗8,498
  • prismlibrary/prismAvatar de PrismLibrary

    PrismLibrary/Prism

    6,794Voir sur GitHub↗

    Prism is a XAML application framework and MVVM architectural framework designed to build loosely coupled and testable applications across WPF, Xamarin Forms, and WinUI. It serves as a structural pattern implementation that separates business logic from the user interface to improve maintainability and testing. The framework provides a XAML event bus for exchanging data and triggering actions between independent components without direct coupling. It also functions as a dependency injection integrator, bridging external inversion-of-control containers to manage service delivery across multiple

    Robust framework with advanced navigation services.

    C#c-sharphacktoberfestmvvm
    Voir sur GitHub↗6,794
  • rubylouvre/avalonAvatar de RubyLouvre

    RubyLouvre/avalon

    5,774Voir sur GitHub↗

    Avalon is a client-side MVVM JavaScript framework that binds model data to DOM elements and automatically updates views when state changes. It functions as a component-based UI framework, encapsulating markup, logic, and styles into reusable custom components that can be composed across pages, while also serving as a virtual DOM diffing engine that computes minimal DOM updates by comparing lightweight in-memory view tree snapshots. The framework distinguishes itself through a template directive compiler that transforms declarative HTML attributes like ms-repeat and ms-if into executable view

    A client-side MVVM JavaScript framework that binds model data to DOM elements and automatically updates views when state changes.

    JavaScript
    Voir sur GitHub↗5,774
  • mvvmcross/mvvmcrossAvatar de MvvmCross

    MvvmCross/MvvmCross

    3,917Voir sur GitHub↗

    MvvmCross est un framework .NET MVVM conçu pour construire des applications multiplateforme en séparant la logique métier des interfaces utilisateur natives. Il fonctionne comme un moteur de navigation et une bibliothèque de liaison de données (data binding) UI, permettant l'encapsulation de la logique au sein de view models qui sont réutilisés à travers différents systèmes d'exploitation. Le framework fournit une couche d'abstraction matérielle native et un conteneur d'injection de dépendances pour découpler les composants et fournir une interface cohérente pour accéder aux fonctionnalités de l'appareil. Il coordonne les transitions sécurisées en termes de type entre les écrans natifs et gère la synchronisation des données entre les classes de logique partagée et les composants UI natifs via des notifications de changement de propriété. Le projet couvre un large éventail de capacités, incluant la gestion du cycle de vie de l'application, le deeplinking URI et l'enregistrement de services d'inversion de contrôle. Il inclut également des utilitaires pour l'internationalisation, la messagerie pub-sub via un agrégateur d'événements à référence faible, et l'intégration matérielle pour les capteurs, la géolocalisation et l'authentification biométrique.

    Functions as a comprehensive .NET MVVM framework for building cross-platform applications.

    C#androidc-sharpdotnet
    Voir sur GitHub↗3,917
  • communitytoolkit/dotnetAvatar de CommunityToolkit

    CommunityToolkit/dotnet

    3,696Voir sur GitHub↗

    This project is a general purpose library for the .NET ecosystem, providing a collection of reusable helper methods and APIs for common programming tasks. It encompasses a UI component library for cross-platform development, a toolkit for MVVM architecture, and specialized utilities for memory management and native interoperability. The library distinguishes itself through high-performance memory abstractions, such as pooled buffers and contiguous two-dimensional memory spans, designed to reduce garbage collection pressure. It also provides native interop wrappers and bindings to facilitate d

    Ships a set of interfaces and base classes for implementing the MVVM pattern within the .NET ecosystem.

    C#csharpdotnetmaui
    Voir sur GitHub↗3,696
  • caliburn-micro/caliburn.microAvatar de Caliburn-Micro

    Caliburn-Micro/Caliburn.Micro

    2,861Voir sur GitHub↗

    A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.

    Framework for building XAML-based applications with MVVM.

    C#avalonia-uic-sharpdotnet-maui
    Voir sur GitHub↗2,861
  • canton7/styletAvatar de canton7

    canton7/Stylet

    1,055Voir sur GitHub↗

    A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.

    Minimalist MVVM framework with built-in IoC container.

    C#mvvmmvvm-frameworkstylet
    Voir sur GitHub↗1,055
  • catel/catelAvatar de Catel

    Catel/Catel

    900Voir sur GitHub↗

    An application development platform

    Development platform focused on MVVM and MVC patterns.

    C#c-sharpcatelmvvm
    Voir sur GitHub↗900
  • fantasticfiasco/mvvm-dialogsAvatar de FantasticFiasco

    FantasticFiasco/mvvm-dialogs

    732Voir sur GitHub↗

    Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF

    Framework for managing dialogs in MVVM applications.

    C#dialogsmvvmwindows
    Voir sur GitHub↗732
  • jbe2277/wafAvatar de jbe2277

    jbe2277/waf

    729Voir sur GitHub↗

    Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.

    Lightweight framework for structured WPF and UWP applications.

    C#androidarchitectural-patternscsharp
    Voir sur GitHub↗729
  • rid00z/freshmvvmAvatar de rid00z

    rid00z/FreshMvvm

    589Voir sur GitHub↗

    If you're looking for .NET MAUI version of FreshMvvm, aka FreshMvvm.Maui then please visit: https://github.com/XAM-Consulting/FreshMvvm.Maui

    Lightweight framework designed for mobile architecture.

    C#
    Voir sur GitHub↗589
  • xamarinhq/xamu-infrastructureAvatar de xamarinhq

    xamarinhq/xamu-infrastructure

    135Voir sur GitHub↗

    This is a set of useful classes for Xamarin and Xamarin.Forms development which are used in a varity of labs in Xamarin University.

    Utility classes and infrastructure for mobile apps.

    C#
    Voir sur GitHub↗135
  • xamvvm/xamvvmAvatar de xamvvm

    xamvvm/xamvvm

    121Voir sur GitHub↗

    | Xamvvm.Core | Xamvvm.Forms | Xamvvm.Forms.RxUI | Xamvvm.Mock (Unit Tests) | |:-------------------------------------:|:-------------------------------------:|:---------------------------------:|:---------------------------------:| | ![NuGetcore-img]core-link |…

    Simple framework for standard architectural patterns.

    C#
    Voir sur GitHub↗121
  • tom-englert/tomstoolboxAvatar de tom-englert

    tom-englert/TomsToolbox

    119Voir sur GitHub↗

    A set of core functions and classes to ease every days .Net development tasks.

    Visual composition framework for modular MVVM applications.

    C#
    Voir sur GitHub↗119
  • tinystuff/tinymvvmAvatar de TinyStuff

    TinyStuff/TinyMvvm

    93Voir sur GitHub↗

    TinyMvvm is a MVVM library that is built for Xamarin.Forms but is not limited to Xamarin.Forms, it created in a way that it will be easy to extend to other platforms.

    Productivity-focused lightweight library.

    C#
    Voir sur GitHub↗93
  • aspnetde/mvvmnanoAvatar de aspnetde

    aspnetde/MvvmNano

    59Voir sur GitHub↗

    The small and smart MVVM framework made with ❤ for Xamarin.Forms.

    Small and efficient framework for mobile apps.

    C#
    Voir sur GitHub↗59
  • tbertuzzi/xamarin.forms.mvvmbaseAvatar de TBertuzzi

    TBertuzzi/Xamarin.Forms.MVVMBase

    38Voir sur GitHub↗

    Simple MVVM framework for Xamarin.Forms projects

    Basic framework for standard project structures.

    C#
    Voir sur GitHub↗38
  • codemillmatt/codemill.vmfirstnavAvatar de codemillmatt

    codemillmatt/codemill.vmfirstnav

    22Voir sur GitHub↗

    A Xamarin.Forms ViewModel First Navigation Library

    Navigation library focused on view-model first approach.

    C#
    Voir sur GitHub↗22
  • chasakisd/xamarin.forms-cleanarchitectureAvatar de ChasakisD

    ChasakisD/Xamarin.Forms-CleanArchitecture

    19Voir sur GitHub↗

    A Xamarin.Forms boilerplate project presenting Clean Architecture using Rx.NET and MVVM

    Boilerplate project implementing clean architecture.

    C#
    Voir sur GitHub↗19
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. MVVM Frameworks

Explorer les sous-tags

  • .NET ImplementationsMVVM framework implementations specifically targeting the .NET ecosystem. **Distinct from MVVM Frameworks:** Specifies the .NET runtime environment, whereas the parent is a general MVVM framework category.