You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,8 @@ This repo comes with _lots_ of examples to demonstrate how to solve common and c
80
80
*[Todos](./Examples/Todos)
81
81
*[Voice memos](./Examples/VoiceMemos)
82
82
83
+
Looking for something more substantial? Check out the source code for [isowords](https://github.com/pointfreeco/isowords), an iOS word search game built in SwiftUI and the Composable Architecture.
84
+
83
85
## Basic Usage
84
86
85
87
To build a feature using the Composable Architecture you define some types and values that model your domain:
0 commit comments