I am a fan of reactive programming in general and Redux in particular. So I wrote a port of it for Kotlin+Android that was reasonably popular, among Android developers.
I am using it myself in most of my Android apps as the underlying model layer.
For Jetpack Compose apps I use instead compose_bloc, that I also developed, that is based on similar concepts, but integrates better with Android Compose and Compose Multiplatform.
beyondeye/Reduks
A “batteries included” port of Reduxjs for Kotlin+Android
Kotlin
111
10