From b34e648785e229e8eb80aae1647cd7c96880cac6 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Thu, 4 Jun 2020 07:02:27 -0700 Subject: [PATCH] Add SwiftUI-Flux by @kitasuke --- contents.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/contents.json b/contents.json index 180c264f..3256f67f 100644 --- a/contents.json +++ b/contents.json @@ -21127,6 +21127,24 @@ "date_added": "Jun 2 2020", "suggested_by": "@teolemon", "license": "apache-2.0" -} -] + }, + { + "title": "Repositories", + "category-ids": [ + "swiftui" + ], + "description": "SwiftUI + Flux and Combine using GitHub API (Flux enables unidirectional data flow which is testable)", + "source": "https://github.com/kitasuke/SwiftUI-Flux", + "license": "mit", + "stars": 64, + "tags": [ + "swift" + ], + "screenshots": [ + "https://raw.githubusercontent.com/wiki/kitasuke/SwiftUI-MVVM/images/screenshot.png" + ], + "date_added": "Jun 4 2020", + "suggested_by": "@dkhamsing" + } + ] }