Back to Swift Composable Architecture

Deprecations

Sources/ComposableArchitecture/Documentation.docc/Extensions/Deprecations/StoreDeprecations.md

1.25.5317 B
Original Source

Deprecations

Review unsupported store APIs and their replacements.

Overview

Avoid using deprecated APIs in your app. Select a method to see the replacement that you should use instead.

Topics

Scoping stores

  • Store/scope(state:action:)-9iai9

UIKit integration

  • Store/ifLet(then:else:)