About the Swift Composable Architecture category
|
|
1
|
3459
|
May 12, 2020
|
Emitting global actions" in TCA
|
|
3
|
416
|
January 17, 2023
|
How to Scope with Reducer Protocol and convert Scope to ScopeOf?
|
|
19
|
397
|
January 16, 2023
|
Why is `Scope` a top level Reducer? (and `BindingReducer` for that matter)
|
|
2
|
350
|
January 16, 2023
|
WithViewStore instantiation with @ObservedObject
|
|
8
|
428
|
January 14, 2023
|
Renaming "Reducer" to "ActionHandler" for clarity
|
|
25
|
2374
|
January 14, 2023
|
Missing test diamonds in Xcode?!
|
|
6
|
471
|
January 13, 2023
|
Downloading an array of data and then drilling down to children (which have to be downloaded)
|
|
2
|
457
|
January 11, 2023
|
Adding middleware to an API Client dependency 🤔
|
|
8
|
1647
|
January 9, 2023
|
How to Add Reducers for Non-optional Route?
|
|
3
|
523
|
January 9, 2023
|
Displaying a list of views that may or may not exist
|
|
6
|
530
|
January 9, 2023
|
Accessing Dependency from CollectionView
|
|
1
|
483
|
January 6, 2023
|
Graphql/apollo-ios with TCA
|
|
1
|
328
|
January 2, 2023
|
Canceling child reducers
|
|
0
|
281
|
December 30, 2022
|
Error requiring call to BindingReducer() when no ReducerProtocol is used
|
|
4
|
393
|
December 26, 2022
|
TCA - Wrapping UIViewControllers in SwiftUI Views - Example
|
|
7
|
2369
|
December 24, 2022
|
Can you have an Effect return another Effect? i.e. Chain Effects together and pass one Output to another in the same Action?
|
|
4
|
315
|
December 24, 2022
|
How to test long running effect that sends actions?
|
|
2
|
324
|
December 23, 2022
|
Avoid calls to `.onAppear` for snapshot testing?
|
|
3
|
502
|
December 21, 2022
|
How to use non-Sendable type in async reducer code?
|
|
3
|
467
|
December 16, 2022
|
How to perform Binding on a State property and SwiftUI in TCA?
|
|
0
|
385
|
December 14, 2022
|
What is the main difference between these two Reducer?
|
|
3
|
439
|
December 14, 2022
|
Is it possible to send an action from another action?
|
|
9
|
618
|
December 5, 2022
|
What is the recommended way to add helper functions in TCA?
|
|
8
|
638
|
November 29, 2022
|
Are there any simple example with NavigationLink that needs a binding?
|
|
0
|
586
|
November 27, 2022
|
How do i migrate the Pullbacks to Scopes in the Reducer Protocol
|
|
7
|
1329
|
November 24, 2022
|
How to trigger action from alert callback created in ReducerProtocol
|
|
16
|
665
|
November 24, 2022
|
UUID in state initializer
|
|
1
|
654
|
November 23, 2022
|
Dependencies in reducer state
|
|
3
|
681
|
November 21, 2022
|
What is observe used in WithViewStore?
|
|
2
|
677
|
November 16, 2022
|