Back to Swift Composable Architecture

``ComposableArchitecture/Store``

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

1.26.0594 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(_:action:)
  • scope(_:action:fileID:filePath:line:column:)
  • case

Scoping store bindings

  • SwiftUI/Binding

Combine integration

  • StorePublisher

Deprecated interfaces