So with compose, would it make sense to architect ...
# compose
m
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
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
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.