Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Mobile Development SwiftUI

Composable SwiftUI Architecture Using Redux

Learn to build Unidirectional Data Flow Apps Using SwiftUI for iOS 14
Rating: 4.5 out of 54.5 (19 ratings)
184 students
Created by Mohammad Azam
Last updated 10/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Unidirectional Data Flow Using Redux Design Pattern in SwiftUI
  • Composable SwiftUI Apps Using Redux
  • Maintaining Global State, Actions, Multiple Reducers
  • Asynchronous Requests Using Middleware

Course content

12 sections • 51 lectures • 4h 3m total length

  • Preview02:40
  • Preview01:12
  • Exercise Files
    00:36
  • Credits
    00:07

  • What is Redux? What problem does it solve?
    04:26
  • Redux Flow Diagram
    02:48
  • Store and Reducers
    02:26
  • State and Actions
    03:07
  • Middlewares
    02:29

  • What we will be building in this section?
    00:59
  • Preview06:36
  • Dispatching Actions and Updating State
    05:25
  • Mapping Global States to Local Props
    07:37
  • Injecting Environment Object and Displaying Results
    03:39
  • Implementing Decrement and Add Action
    06:37

  • Why Combining Reducers?
    03:37
  • Creating Multiple Reducers
    04:48
  • Adding Sliced States and Updating Store
    09:40
  • Implementing Task Reducer
    05:55
  • Adding and Displaying Tasks Using Task Reducer
    15:23

  • Understanding the problem?
    03:31
  • Implementing a LOGGING Middleware
    10:22
  • Dispatching Async Actions Using Middleware
    09:26

  • What are we building?
    01:15
  • Register for OMDB Website
    02:46
  • Understanding the Starter Project
    03:24
  • Implementing Models
    04:59
  • Implementing Webservice
    06:37

  • Implementing MoviesState and MoviesReducer
    06:19
  • Implementing moviesMiddleware
    08:50
  • Implementing Movies Reducer
    02:56

  • Implementing mapStateToProps
    05:37
  • Displaying Movies onAppear
    06:05
  • Displaying Movies Using Search Keyword
    04:07

  • Understanding the MovieDetail OMDBAPI EndPoint
    01:39
  • Implementing MovieDetail Model
    02:55
  • Implementing Webservice GetMovieDetailsByImdbId
    04:27
  • Fetching Movies inside moviesMiddleware
    04:38
  • Displaying Movie Details for the Selected Movie
    11:21

  • What we will be building?
    00:59
  • Tour of REFUGE Restrooms API
    03:15
  • Understanding Starter Project
    02:36
  • Implementing Webservice and Models
    03:51
  • Implementing State, Actions and Reducers
    05:20
  • Implementing restroomsMiddleware for Async Requests
    05:35

Requirements

  • Knowledge of Swift Language
  • Knowledge of SwiftUI
  • Xcode 12 or above
  • Mac
  • Passion for learning, experimenting and researching

Description

SwiftUI applications can be implemented using several different design patterns. The two most common patterns are MVVM and Redux. In this course, you are going to learn how to get started with using the Redux design pattern in your SwiftUI applications.

Requirements

  1. Knowledge of Swift Language

  2. Knowledge of SwiftUI Framework

  3. No paid software is required. All apps are created using Xcode.


Understanding Redux:

In this section, you will learn different components of the Redux design pattern. You will start by learning about the Redux store and how reducers can access and update the store. You will also learn about state and storing state in smaller slices of the global state. Next, you will learn about actions and how actions can be dispatched from the store and carry a payload. Finally, you will learn about middleware and how middleware can be used to perform an async request.


Hello Redux

In this section, you will learn how to integrate Redux with SwiftUI application. You will build a small counter application and exercise all components of Redux including store, reducer, action and mapStateToProps.


Combining Reducers - Multiple Reducers

In this section, you will learn how to combine multiple reducers into one root reducers. Dividing reducers helps you to clean code and not end up with one massive reducer.


Middleware

In this section, you will learn how to implement a middleware. Middleware can be used to perform asynchronous requests and pass the result of the request to the reducer by dispatching an action.


Movies App

In this section, you will learn how to build a complete Movies App using Redux Design Pattern with SwiftUI. You will learn how to implement middleware to consume a third party OMDB API. You will also learn how to display images and ratings using provided URLImage and RatingView views. You will also implement the details screen, which will allow you to fetch movie details.


Don’t take my word for it, check out reviews from my other courses.

It is amazing, not only is it clear but it clarifies all my unanswered questions. It's hard to find someone who has a well detailed swift DS & Algo class. This is a gem. Thank you Mohammad Azam

This course provides a bundle of resources on Swift UI. Great explanation, building different apps and addition of latest updates makes it a five star course. Thanks Mohammad for you valuable work on providing this course.

Mohammad's courses are usually outstanding, but he has put in a great amount of detail into this course. He provides great detail in his explanations. If you have never parsed JSON and are looking to learn about MVVM design I would highly recommend this course.

Very elegant course. Well scaffolded. Each section is very focused on a single task. One pet peeve I have of Udemy courses is when an instructor teaches a new skill but nest it inside a project that does 10 other things. This is the second course I've had with this instructor and both are excellent. Highly recommended.


After completing this course, you will be ready to build your next SwiftUI application using Redux Design Pattern.


Thanks and happy coding!

Azam

Who this course is for:

  • Developers wanting to learn Redux Design Pattern
  • Developers wanting to be promoted to architecture role
  • Developers wanting to add a new skillset to their tool belt
  • Developers wanted to build iOS apps using Apples new SwiftUI framework

Instructor

Mohammad Azam
Apple Featured iOS Developer and iOS Instructor
Mohammad Azam
  • 4.5 Instructor Rating
  • 7,075 Reviews
  • 53,139 Students
  • 29 Courses

My name is Mohammad Azam and I have been programming in iOS for the last 10+ years. Currently, I am teaching Full Stack Development at DigitalCrafts. Before joining DigitalCrafts I worked as a lead mobile developer for many large companies including Schlumberger, Baker Hughes, AIG and Valic. Currently, I am a senior developer at Blinds Dot Com, a Home Depot company. Before iPhone development I was leading projects in Microsoft ASP technology. I was also awarded the Microsoft MVP award five years in a row due to my contributions in the community.

I have also published several of my personal apps to the App Store including Vegetable Tree which was featured by Apple as the most beautiful gardening app on the App Store. I am a frequent speaker at local and national conferences and have authored many articles for many different development magazines.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.