https://kotlinlang.org logo
Title
d

dave

02/13/2019, 9:54 AM
Hallo, does any of you use currently any redux implementation in Android? is there any stable usable library? What are the experiences so far with redux in Android for you? I have used redux before with Angular and it was great. Now I'm trying to decide between using redux or Android Architecture Components with MVVM. Regards
g

gildor

02/13/2019, 9:57 AM
Doesn’t look as a question related to kotlin
g

Guilherme Titschkoski

02/13/2019, 10:12 AM
We can make it kotlin, we have this: https://github.com/ReKotlin/ReKotlin
👍 1
g

ghedeon

02/13/2019, 10:59 AM
just from a practical standpoint, I've never seen a single complex android app written purely with redux. (Assuming we're talking the whole app, not just UI)
also #android-architecture
t

tapchicoma

02/13/2019, 1:24 PM
possible alternative in Rx: https://github.com/freeletics/rxredux
l

Lou Morda

02/19/2019, 9:57 PM
There are some great articles on medium.com comparing the two. My experience is usually native 'things', like MVVM arch comp, for Android are better.