awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to tinystuff/tinymvvm

Open-source alternatives to TinyMvvm

23 open-source projects similar to tinystuff/tinymvvm, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best TinyMvvm alternative.

  • rubylouvre/avalonRubyLouvre 的头像

    RubyLouvre/avalon

    5,774在 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

    JavaScript
    在 GitHub 上查看↗5,774
  • knockout/knockoutknockout 的头像

    knockout/knockout

    10,549在 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

    JavaScript
    在 GitHub 上查看↗10,549
  • bulubuloa/supportxflitebulubuloa 的头像

    bulubuloa/SupportXFLite

    15在 GitHub 上查看↗

    A simple MVVM Framework for Xamarin Forms. It helps you to quicksetup a new Xamarin.Forms project and save a lot of your time with a few steps.. I used this library in my personal project and my company also every day :)

    C#
    在 GitHub 上查看↗15
  • caliburn-micro/caliburn.microCaliburn-Micro 的头像

    Caliburn-Micro/Caliburn.Micro

    2,861在 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.

    C#avalonia-uic-sharpdotnet-maui
    在 GitHub 上查看↗2,861

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • canton7/styletcanton7 的头像

    canton7/Stylet

    1,055在 GitHub 上查看↗

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

    C#mvvmmvvm-frameworkstylet
    在 GitHub 上查看↗1,055
  • catel/catelCatel 的头像

    Catel/Catel

    900在 GitHub 上查看↗

    An application development platform

    C#c-sharpcatelmvvm
    在 GitHub 上查看↗900
  • chasakisd/xamarin.forms-cleanarchitectureChasakisD 的头像

    ChasakisD/Xamarin.Forms-CleanArchitecture

    19在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗19
  • codemillmatt/codemill.vmfirstnavcodemillmatt 的头像

    codemillmatt/codemill.vmfirstnav

    22在 GitHub 上查看↗

    A Xamarin.Forms ViewModel First Navigation Library

    C#
    在 GitHub 上查看↗22
  • fantasticfiasco/mvvm-dialogsFantasticFiasco 的头像

    FantasticFiasco/mvvm-dialogs

    732在 GitHub 上查看↗

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

    C#dialogsmvvmwindows
    在 GitHub 上查看↗732
  • giusepe/sextantgiusepe 的头像

    giusepe/Sextant

    1在 GitHub 上查看↗

    Sextant was born from a fork of Xamvvm which is nice and simple MVVM Framework with a good navigation system. The problem is, I just wanted a simple navigation system to use with ReactiveUI without all the things that come along an MVVM framework. Plus, I wanted to make it more "Reactive Friendly".

    C#
    在 GitHub 上查看↗1
  • jbe2277/wafjbe2277 的头像

    jbe2277/waf

    729在 GitHub 上查看↗

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

    C#androidarchitectural-patternscsharp
    在 GitHub 上查看↗729
  • markjackmilian/xam.zeromarkjackmilian 的头像

    markjackmilian/Xam.Zero

    16在 GitHub 上查看↗

    Hi! I'm Mark Jack Milian and i'm here to aswer a few questions

    C#
    在 GitHub 上查看↗16
  • mvvmcross/mvvmcrossMvvmCross 的头像

    MvvmCross/MvvmCross

    3,917在 GitHub 上查看↗

    MvvmCross is a .NET MVVM framework designed for building cross-platform applications by separating business logic from native user interfaces. It functions as a navigation engine and a UI data binding library, enabling the encapsulation of logic within view models that are reused across different operating systems. The framework provides a native hardware abstraction layer and a dependency injection container to decouple components and provide a consistent interface for accessing device features. It coordinates type-safe transitions between native screens and manages the synchronization of da

    C#androidc-sharpdotnet
    在 GitHub 上查看↗3,917
  • prismlibrary/prismPrismLibrary 的头像

    PrismLibrary/Prism

    6,794在 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

    C#c-sharphacktoberfestmvvm
    在 GitHub 上查看↗6,794
  • reactiveui/reactiveuireactiveui 的头像

    reactiveui/ReactiveUI

    8,498在 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

    C#androidcsharpdotnet
    在 GitHub 上查看↗8,498
  • rid00z/freshmvvmrid00z 的头像

    rid00z/FreshMvvm

    589在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗589
  • tbertuzzi/xamarin.forms.mvvmbaseTBertuzzi 的头像

    TBertuzzi/Xamarin.Forms.MVVMBase

    38在 GitHub 上查看↗

    Simple MVVM framework for Xamarin.Forms projects

    C#
    在 GitHub 上查看↗38
  • tom-englert/tomstoolboxtom-englert 的头像

    tom-englert/TomsToolbox

    119在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗119
  • xamarinhq/xamu-infrastructurexamarinhq 的头像

    xamarinhq/xamu-infrastructure

    135在 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.

    C#
    在 GitHub 上查看↗135
  • xamvvm/xamvvmxamvvm 的头像

    xamvvm/xamvvm

    121在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗121
  • aspnetde/mvvmnanoaspnetde 的头像

    aspnetde/MvvmNano

    59在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗59
  • yariker/mvvmmicroyariker 的头像

    yariker/MvvmMicro

    11在 GitHub 上查看↗

    A lightweight MVVM framework for .NET inspired by MVVM Light Toolkit.

    C#
    在 GitHub 上查看↗11
  • bartoszkopec/cocos.xamarin.formsB

    BartoszKopec/Cocos.Xamarin.Forms

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0