Decompose is a Kotlin Multiplatform library for breaking down your code into lifecycle-aware business logic components (aka BLoC), with routing functionality and pluggable UI (Compose, Android Views, SwiftUI, Kotlin/React, etc.).
Features
- Better separation of concerns
- Decompose draws clear boundaries between UI and non-UI code
- Pluggable platform-specific UI (Compose, SwiftUI, Kotlin/React, etc.)
- Business logic code is testable with pure multiplatform unit tests
- Proper dependency injection (DI) and inversion of control (IoC) via constructor, including but not limited to type-safe arguments
- Components in the back stack are not destroyed, they continue working in background without UI
- Instances retaining (aka ViewModels) over configuration changes (mostly useful in Android)
- Lifecycle-aware components
- Shared navigation logic
Categories
FrameworksLicense
Apache License V2.0Follow Decompose Kotlin
Other Useful Business Software
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Decompose Kotlin!