Files
swift-composable-architectu…/Sources/ComposableArchitecture/Documentation.docc/Extensions/SwiftUIIntegration.md
Stephen Celis 43e28a57f3 Update docs for next release (#2238)
* Update docs for next release

* wip

* fix deprecations

---------

Co-authored-by: Brandon Williams <mbrandonw@hey.com>
2023-06-28 11:34:01 -07:00

779 B

SwiftUI Integration

Integrating the Composable Architecture into a SwiftUI application.

Overview

The Composable Architecture can be used to power applications built in many frameworks, but it was designed with SwiftUI in mind, and comes with many powerful tools to integrate into your SwiftUI applications.

Topics

View containers

  • WithViewStore
  • IfLetStore
  • ForEachStore
  • SwitchStore
  • NavigationStackStore

Bindings

  • doc:Bindings
  • ViewStore/binding(get:send:)-65xes
  • BindingState
  • BindableAction
  • BindingAction
  • BindingReducer
  • BindingViewState
  • BindingViewStore

Deprecations