Back to Swift Composable Architecture

``SwiftUI/Binding``

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

1.26.0467 B
Original Source

SwiftUI/Binding

Learn how SwiftUI's Binding type has been extended for the Composable Architecture

Overview

A binding to a Storeis extended with several unique scoping operations that can be used to power controls and drive navigation.

Topics

Control bindings

  • SwiftUI/Binding/subscript(dynamicMember:)
  • SwiftUI/Binding/scope(_:action:fileID:filePath:line:column:)
  • SwiftUI/Binding/scope(_:action:)