Getting Started With Publish
Getting Started
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import ComposableArchitecture | |
| import SwiftUI | |
| @Reducer | |
| public struct ItemListReducer { | |
| @ObservableState | |
| public struct State: Equatable { } | |
| public enum Action: Equatable { |
Docs are here.
Note
Highlights information that users should take into account, even when skimming.
Tip
Optional information to help a user be more successful.
Important
Crucial information necessary for users to succeed.
OlderNewer