Is redux-kotlin still a thing people are using? I'...
# redux-kotlin
b
Is redux-kotlin still a thing people are using? I've noticed the repo hasn't been touched in 2 years, and it's got some modern compatability problems (with kotlin-multiplatform). I love the redux pattern, and I'm interested to know if there's a thing folks are using that provides the same goodies. It's a wonderful design pattern for a long-lived project.
I guess to elaborate on this question, what are folks using for state management? The jetpack compose builtin stuff: https://medium.com/@amanshaikh205276/global-state-management-in-compose-multiplatform-with-koin-and-mutablestateof-android-ios-83646c113e68 ?