Tomáš Valenta
Tomáš Valenta
Hi! I'm sorry for the late answer. > Hi! I'm a big fan of TCA in SwiftUI and I'm working on a Kotlin multiplatform project in which we want to...
Any new updates on this? It's even worse with the line item decorators - you end up with the line at the end of the recyclerView, we haven't found a...
Your Repo looks great Steven! I'll leave the multiplatform stuff to you and @heytherewill but I'd like to take a closer look at the ScopedActions, buffering, and batching actions you've...
I'd love to have a checklist of what we need to do to go fully KMP. I'm now trying to get more familiar with KMP but don't feel confident creating...
What are we gonna do about `optionalPullback`? It would probably need some extra condition parameter like: ```kotlin fun mainReducer(settingsReducer: SettingsReducer): Reducer = settingsReducer.optionalPullback { appState -> listOfItems.isNotEmpty() } ``` 🤔
I don't hate the naming, I'll just leave some possible alternatives here for consideration: WrapsAction - PullbackStates - ComposedAction - WrapperAction ChildStates - PullbackStates - SubStates - NestedStates - ParentOf
It'd be super cool to have an option to replace some of the generated functions with your own implementation if needed. Would something like this be possible? ```kotlin fun Reducer.pullback(...
This is probably an edge case so I don't think we need to address this now but what if `SettingsReducer` is pulled in more than one context. We'd have to...
The biggest obstacle in Toggl App would be the fact that we have a ton of custom mappings where we often map types to different types like her for example:...