Shabinder Singh
10/05/2022, 7:24 PMStore<>
exposes functions accepting parameter of Observable which is not accessible in my project unless I add a dependecy on reaktive but, decompose have functions like Children()
which accept Value for child stack.
now the Ext Function for Store<>.asValue()
uses Disposable again a reaktive component, not accessible if I dont have a direct dependency on reaktive, if I use *Store<>*.*asFlow()*
*(which again uses reaktive underhood)* I can make Components State as a Flow, but remember Root Component had childStack as Value, which just triggers me subconsiously of not-consistent types,(ideally either Flow or Value)
Its not my intention for this to seem as a rant, but it just seems I will have to depend on reaktive one way or another.
Am I missing something here ?Arkadii Ivanov
10/05/2022, 7:27 PMShabinder Singh
10/05/2022, 7:29 PMcom.arkivanov.mvikotlin.rx
is accessible when I have a reaktive dependency r8 ?Arkadii Ivanov
10/05/2022, 7:30 PMShabinder Singh
10/05/2022, 7:33 PMArkadii Ivanov
10/05/2022, 7:38 PM