mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
* Soft-deprecate `Store.ifLet` We can prefer `observe` and `if let store.scope` now. * wip * wip * Update MigratingTo1.7.md * wip
676 B
676 B
ComposableArchitecture/Store
Topics
Creating a store
init(initialState:reducer:withDependencies:)StoreOf
Accessing state
state-1qxwlsubscript(dynamicMember:)-655efwithState(_:)
Sending actions
send(_:)send(_:animation:)send(_:transaction:)StoreTask
Scoping stores
scope(state:action:)-90255scope(state:action:fileID:filePath:line:column:)-3yvufscope(state:action:fileID:filePath:line:column:)-2ym6kcase
Scoping store bindings
SwiftUI/Binding
Combine integration
StorePublisher