https://kotlinlang.org logo
#compose
Title
# compose
m

moetouban

08/02/2019, 11:15 PM
So with compose, would it make sense to architect your data flow and manage state using redux maybe with the help of https://github.com/ReKotlin/ReKotlin ?
e

elizarov

08/03/2019, 10:11 AM
This kind of defeats the whole beauty of compose, which aims to drastically reduce the amount of boilerplate code you write in your UI app. Somebody needs to figure out how to remove all the boilerplate from the redux-like architectures, so that you have only substance in the code, without all this tenuous ceremony of declaring actions.
5
p

Patrick Jackson

08/05/2019, 4:37 PM
I've started a multiplatform Redux at https://reduxkotlin.org with goal of making a standard so an ecosystem can develop. Just starting to look at how this can integrate with Compose.