SwiftUI + Redux (Introduction)

preview_player
Показать описание
If you want to support my work then please consider buying one of my courses below. The links below already have coupons attached which will give you the best deal possible. Thank you for your support!

Patreon

MVVM Design Pattern in SwiftUI

Server Side Swift Using Vapor 4

Testing iOS Apps - Behavior Driven Development Using Swift

Machine Learning and Artificial Intelligence Using Swift

SwiftUI - Declarative Interfaces for any Apple Device

Flutter and Dart - Build Apps Using MVVM Design Pattern

Mastering RxSwift in iOS

MVVM Design Pattern Using Swift in iOS

Mastering ARKit for iOS

Intermediate and Advanced iOS - Build Real World Apps

The Complete Guide to JSON Parsing in Swift

Data Structures and Algorithms in Swift

Design Patterns in iOS Using Swift

Mastering MapKit for iOS

Machine Learning in iOS Using Swift

Mastering Firebase for iOS Using Swift

Mastering Server Side Swift Using Vapor 3

NodeJS - The Complete Developer Bootcamp

The Complete Guide to Lean Controllers in iOS
Рекомендации по теме
Комментарии
Автор

A quite an elegant way to evade the MVVM~S pattern 👍🏻🤣👍🏻

DimNovo
Автор

With the Combine and MVVM models, you have separated independent stores, similar to Mobx. It is clearer and more performant than using one store. React uses easy comparison by linking to understand whether a component needs to be updated or not. Additionally, Redux has gained a bad reputation due to its large amount of boilerplate code

Den.Lebedinsky
Автор

Based on this example, redux is awful noisy arch with god object called store, when every view know about whole app structure. Unfortunately, there is no good examples on yt of how it should work on complicated apps. Maybe one day ill do one, to minimize questions about it😅

daspisch
Автор

Useless redundant. SwiftUi and combine already accomplished this. Redux just makes it with extra steps

moosegoose