toggl / komposable-architecture

🏗️ Kotlin implementation of Point-Free's composable architecture
Apache License 2.0
280 stars 20 forks source link

Implement debounce effect modifier #66

Closed semanticer closed 6 months ago

semanticer commented 1 year ago

Description

TCA's equivalent for inspiration is here https://github.com/pointfreeco/swift-composable-architecture/tree/main/Sources/ComposableArchitecture

We want to do the same thing essentially