Skip to content

Commit b88960b

Browse files
authored
Merge pull request #5 from Lickability/best-practices-link
Updates Readme to Link to Best Practices Guide
2 parents 31cc566 + d8af085 commit b88960b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# View Store
22

33
View Store is an architecture pattern and a protocol used in SwiftUI development inspired by [The Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture). A view store is an `ObservableObject` that allows us to separate view-specific logic and the rendering of a corresponding view in a way that is repeatable, prescriptive, flexible, and testable by default.
4+
5+
For more information on View Store usage, see our [Swift Best Practices Guide chapter](https://github.com/Lickability/swift-style-guide/blob/main/ViewStore.md).

0 commit comments

Comments
 (0)