SaaSHub helps you find the best software and product alternatives Learn more โ
MvRx Alternatives
Similar projects and alternatives to MvRx
-
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
-
koin
Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
-
sunflower
Discontinued A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
MvRx discussion
MvRx reviews and mentions
- 2025๋ ์ ์๋๋ก์ด๋ ์ฑ์ ๋ง๋ค๊ธฐ
-
Android State Managment
you might find airbnb/mavericks familiar, because i think it has similar principles & api surface to felangel/cubit
-
I ported the Spotify Mobius GitHub wiki to GitHub Pages + MkDocs with light and dark modes. I just created the issue and filed the PR. Let's see what happens!
This looks great! Semi-related question... have you evaluated other MVI frameworks like Mavericks / Uniflow / Orbit? What made you decide on Mobius?
-
Is there a way to create composition-scoped view model?
https://airbnb.io/mavericks/#/jetpack-compose?id=creating-a-mavericksviewmodel
-
What is wrong with MVVM?
Everything in MVI is just more code that does nothing (see how most MVI frameworks are basically just a wrapper over state.value = state.copy() like in Orbit or MvRx which you wouldn't even need if you used combiners) and instead adds unnecessary constraints over MVVM that don't help you at all. The "sealed class inputs" are basically a reinvention of calling interface functions except you create classes for it, despite there being no asynchronicity when you have a View -> ViewModel communication.
-
A case against the MVI architecture pattern
Airbnb doesn't use MVI, we use MVVM via https://github.com/airbnb/mavericks
-
Mavericks, Meet Jetpack Compose
Check out the latest dagger sample from the repo. Dagger recently added assisted injection into the core library so you can now integrate the two without adding assisted inject!
- Mavericks (previously know as MvRx) now supports Jetpack Compose
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Jul 2025
Stats
airbnb/MvRx is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of MvRx is Kotlin.