Decompose
Decompose copied to clipboard
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
Sort arguments of `predictiveBackAnimation` function properly.
Wait for Compose version `1.6.0`. Keep in mind (verify) the following issue: https://issuetracker.google.com/issues/294751365. Derived from #444.
Update Decompose version to 3.0.0: - https://github.com/arkivanov/decompose-multiplatform-template - https://github.com/arkivanov/decompose-dagger-sample
With the shared element transitions being introduced in the latest alphas https://github.com/androidx/androidx/commit/c5f36c050e6ec86e8a504031b3cd7602a11f4d9e it's gonna be fun to be able to use it in an app using Decompose when navigating between...
Will this https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-lifecycle.html be integrated in any form?
Maybe a compiler plugin. See the discussion: https://kotlinlang.slack.com/archives/C03H3N51SKT/p1707471641114349.
Seems like [Compose 1.7.0](https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.7.0-alpha03) will come with full adaptive support. Looking forward to some documentation how we should use it with components or direct Decompose integration.