Back to Swift Composable Architecture

``ComposableArchitecture/Store``

Sources/ComposableArchitecture/Documentation.docc/Extensions/Store.md

1.25.5675 B
Original Source

ComposableArchitecture/Store

Topics

Creating a store

  • init(initialState:reducer:withDependencies:)
  • StoreOf

Accessing state

  • state-1qxwl
  • subscript(dynamicMember:)-655ef
  • withState(_:)

Sending actions

  • send(_:)
  • send(_:animation:)
  • send(_:transaction:)
  • StoreTask

Scoping stores

  • scope(state:action:)-90255
  • scope(state:action:fileID:filePath:line:column:)-3yvuf
  • scope(state:action:fileID:filePath:line:column:)-2ym6k
  • case

Scoping store bindings

  • SwiftUI/Binding

Combine integration

  • StorePublisher

Deprecated interfaces