tokopedia / RxComposableArchitecture

RxComposableArchitecture is a forked of Composable Architecture with adjustment to make it work with UIKit.
Apache License 2.0
31 stars 5 forks source link

[Store] - Improve Scope func #73

Closed dikasetiadi closed 1 year ago

dikasetiadi commented 1 year ago

Issue: We have issue where passing Store with useNewScope using scope func to our UI components.

How: Define single func scope instead, where we already handled our useNewScope flag.