awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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/avalonAvatar von RubyLouvre

    RubyLouvre/avalon

    5,774Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,774
  • knockout/knockoutAvatar von knockout

    knockout/knockout

    10,549Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,549
  • bulubuloa/supportxfliteAvatar von bulubuloa

    bulubuloa/SupportXFLite

    15Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗15
  • caliburn-micro/caliburn.microAvatar von Caliburn-Micro

    Caliburn-Micro/Caliburn.Micro

    2,861Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,861

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • canton7/styletAvatar von canton7

    canton7/Stylet

    1,055Auf GitHub ansehen↗

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

    C#mvvmmvvm-frameworkstylet
    Auf GitHub ansehen↗1,055
  • catel/catelAvatar von Catel

    Catel/Catel

    900Auf GitHub ansehen↗

    An application development platform

    C#c-sharpcatelmvvm
    Auf GitHub ansehen↗900
  • chasakisd/xamarin.forms-cleanarchitectureAvatar von ChasakisD

    ChasakisD/Xamarin.Forms-CleanArchitecture

    19Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗19
  • codemillmatt/codemill.vmfirstnavAvatar von codemillmatt

    codemillmatt/codemill.vmfirstnav

    22Auf GitHub ansehen↗

    A Xamarin.Forms ViewModel First Navigation Library

    C#
    Auf GitHub ansehen↗22
  • fantasticfiasco/mvvm-dialogsAvatar von FantasticFiasco

    FantasticFiasco/mvvm-dialogs

    732Auf GitHub ansehen↗

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

    C#dialogsmvvmwindows
    Auf GitHub ansehen↗732
  • giusepe/sextantAvatar von giusepe

    giusepe/Sextant

    1Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗1
  • jbe2277/wafAvatar von jbe2277

    jbe2277/waf

    729Auf GitHub ansehen↗

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

    C#androidarchitectural-patternscsharp
    Auf GitHub ansehen↗729
  • markjackmilian/xam.zeroAvatar von markjackmilian

    markjackmilian/Xam.Zero

    16Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗16
  • mvvmcross/mvvmcrossAvatar von MvvmCross

    MvvmCross/MvvmCross

    3,917Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,917
  • prismlibrary/prismAvatar von PrismLibrary

    PrismLibrary/Prism

    6,794Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,794
  • reactiveui/reactiveuiAvatar von reactiveui

    reactiveui/ReactiveUI

    8,498Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,498
  • rid00z/freshmvvmAvatar von rid00z

    rid00z/FreshMvvm

    589Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗589
  • tbertuzzi/xamarin.forms.mvvmbaseAvatar von TBertuzzi

    TBertuzzi/Xamarin.Forms.MVVMBase

    38Auf GitHub ansehen↗

    Simple MVVM framework for Xamarin.Forms projects

    C#
    Auf GitHub ansehen↗38
  • tom-englert/tomstoolboxAvatar von tom-englert

    tom-englert/TomsToolbox

    119Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗119
  • xamarinhq/xamu-infrastructureAvatar von xamarinhq

    xamarinhq/xamu-infrastructure

    135Auf GitHub ansehen↗

    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#
    Auf GitHub ansehen↗135
  • xamvvm/xamvvmAvatar von xamvvm

    xamvvm/xamvvm

    121Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗121
  • aspnetde/mvvmnanoAvatar von aspnetde

    aspnetde/MvvmNano

    59Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗59
  • yariker/mvvmmicroAvatar von yariker

    yariker/MvvmMicro

    11Auf GitHub ansehen↗

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

    C#
    Auf GitHub ansehen↗11
  • bartoszkopec/cocos.xamarin.formsB

    BartoszKopec/Cocos.Xamarin.Forms

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0