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
This repository contains implementations of a simple chat client called QBChat. Each implementation uses SwiftUI while applying a different architecture (Model-View, Redux & ViewState MVVM).
4
-
More explanation about each SwiftUI architecture example can be found in [this blog article](https://quickbirdstudios.com/blog/swiftui-app-architectures).
4
+
More explanation about each SwiftUI architecture example can be found in [this blog article](ttps://quickbirdstudios.com/blog/swiftui-architecture-redux-mvvm/).
5
5
Currently, QBChat is implemented using the following app architectures:
6
6
7
7
### Model-View
@@ -26,7 +26,7 @@ ViewState MVVM uses separate ViewModels for each View (if required). Instead of
26
26
27
27
QBChat is created with ❤️ by [QuickBird Studios](https://quickbirdstudios.com).
28
28
29
-
To get more information on the different app architectures check out [our blog post](https://quickbirdstudios.com/blog/swiftui-app-architectures/).
29
+
To get more information on the different app architectures check out [our blog post](ttps://quickbirdstudios.com/blog/swiftui-architecture-redux-mvvm/).
30
30
31
31
## Contributing
32
32
@@ -36,4 +36,4 @@ Open a PR if you want to add other SwiftUI app architectures to the repository o
36
36
37
37
## License
38
38
39
-
SwiftUI-Architectures is released under an MIT license. See [License.md](https://github.com/quickbirdstudios/SwiftUI-App-Architectures/blob/master/LICENSE) for more information.
39
+
SwiftUI-Architectures is released under an MIT license. See [License.md](https://github.com/quickbirdstudios/SwiftUI-Architectures/blob/master/LICENSE) for more information.
0 commit comments