From d4f7654904dbd794def2923c0489ced9d73bc295 Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:52:03 +0900 Subject: [PATCH] Add SimplexArchitecture (#1828) --- contents.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index faea9026..64f9bedd 100644 --- a/contents.json +++ b/contents.json @@ -7628,13 +7628,21 @@ "homepage": "https://github.com/gohanlon/swift-memberwise-init-macro", "tags": ["swift", "macro", "init", "initializers"] }, + { + "title": "SimplexArchitecture", + "category": "patterns", + "description": "A Simple architecture that decouples state changes from SwiftUI's View", + "homepage": "https://github.com/Ryu0118/swiftui-simplex-architecture", + "tags": ["swift", "swiftui", "iOS", "macOS", "tvOS"] + }, { "title": "SwiftUIMaterialTabs", "category": "tab", "description": "Material 3-style tabs and Sticky Headers rolled into one SwiftUI library", "homepage": "https://github.com/SwiftKickMobile/SwiftUIMaterialTabs", "tags": ["swiftui", "tab", "ios", "scroll", "header"] - }, { + }, + { "title": "ExtendedAttributes", "category": "files", "description": "Manage extended attributes for files and folders.",