S03E01: How SwiftUI fits in a Clean Architecture | Professional iOS Engineering Series

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 14

  • @aminfaruq.
    @aminfaruq. 7 місяців тому

    ​​Awesome!

  • @ianvisorr
    @ianvisorr 3 роки тому

    nice class!! thanks for everything guys!

  • @TheSollne4naja
    @TheSollne4naja 2 роки тому +1

    Thanks for your work! You share great knowledge and skills!!

  • @alextapia7607
    @alextapia7607 4 роки тому +1

    Great session, thanks for sharing!
    2 Questions...
    1. Is it possible use this strategy in an project that still supports iOS 12?
    2. Why you mentioned that is not recommended use SwiftUI in production app?

    • @EssentialDeveloper
      @EssentialDeveloper  4 роки тому +3

      Hi Alejandro!
      1. SwiftUI is iOS13+ only.
      2. We never said it's not recommended - SwiftUI is just fine for production releases.

  • @aleksandrbutonov9960
    @aleksandrbutonov9960 2 роки тому

    Bravo!

  • @rajshekhar3162
    @rajshekhar3162 4 роки тому +2

    Great content guys. Love from India :). Recently I have seen like REDUX pattern is getting famous within iOS community. What do you think about REDUX? Do you see any drawbacks of it? Is TDD possible with REDUX?

    • @EssentialDeveloper
      @EssentialDeveloper  4 роки тому

      Hi Raj, thank you! Yes, Redux is fine. And of course, you can practice TDD with it ✅

  • @kduy14
    @kduy14 4 роки тому +1

    Hi team, always love your content.
    Do you know the composable architecture? And if yes, what do you think about it?

    • @EssentialDeveloper
      @EssentialDeveloper  4 роки тому +1

      Hi Duy! It's a fine library like Redux. But in our technical view, it's not an architecture.

  • @alexanderk1299
    @alexanderk1299 3 роки тому

    Hello guys! Thanks for the video, how do you think is this ok to expose logically private properties just to check data equality in presenter and view?

    • @EssentialDeveloper
      @EssentialDeveloper  3 роки тому

      Hi Alexander! That's a common question. You can find the answer in the comments of the following videos:
      ua-cam.com/video/TedK5F8VdnI/v-deo.html&lc=UgzIUUe_sadlFs-JQJF4AaABAg
      ua-cam.com/video/xD_Z4AA2eic/v-deo.html&lc=UgyeNmbsJ4em9sXhKP14AaABAg

  • @shobhitgupta7135
    @shobhitgupta7135 4 роки тому

    yes