After watching the Compose talk I’m curious if the...
# google-io
r
After watching the Compose talk I’m curious if they’ll approach the state management aspect of Compose like redux/vuex/elm. Passing callbacks down a component tree to listen for events can become burdensome fairy quickly. It’s great to see Kotlin empowering Android to move in this direction. Building UIs in Android is going to become so much more fun 😁.
j
In the talk it was not included but in earlier slides and people playing with it a +state method can be seen that reminds of React Hooks. Together with a context like api we could have a powerful system. https://twitter.com/ragunathjawahar/status/1126675451705880577
And a lot can be done with that @Model
💯 1