Stop Using MVVM in SwiftUI! Try THIS Instead 🚀 (Game-Changing Architecture)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 13

  • @rebeloper
    @rebeloper  หลายเดือนก่อน +2

    STOP Using Conditional Modifiers in SwiftUI! Here's What to Do Instead 🚀 th-cam.com/video/mVChmuAaQxo/w-d-xo.html&ab_channel=Rebeloper-RebelDeveloper

  • @NerdyYawdie
    @NerdyYawdie หลายเดือนก่อน +3

    Great Vid

  • @rodionov_av
    @rodionov_av หลายเดือนก่อน +11

    The same mvvm, but use another words.

    • @davidonwp
      @davidonwp หลายเดือนก่อน +2

      Indeed!

    • @rebeloper
      @rebeloper  หลายเดือนก่อน +1

      Really?

    • @BreakingBarriers2DIY
      @BreakingBarriers2DIY 4 วันที่ผ่านมา

      @@rebeloper I found the key to the difference was the fact that MVVM doesn't let you share anything...this is giving me the opportunity to move forward the "Service" concept. I'm not yet sure about the utility thing...but for now I will use the service to manage the database interactions too.

  • @АртемВласенко-щ5п
    @АртемВласенко-щ5п 28 วันที่ผ่านมา +1

    Where is game changer? What the difference between this and vm?

    • @echolumaque2130
      @echolumaque2130 27 วันที่ผ่านมา +1

      Honestly none, he just makes the code more polluted making it less maintainable.

  • @echolumaque2130
    @echolumaque2130 27 วันที่ผ่านมา +1

    That's the same as MVVM! Honestly, the "U" or utility is just very redundant and you add unnecessary codes, making the codebase less maintainable. Also one more thing, you are using static, which are bad for memory management as they don't get cleaned up, which are bad for ARC.

    • @rebeloper
      @rebeloper  27 วันที่ผ่านมา

      Thanks for the feedback

  • @w0mblemania
    @w0mblemania 29 วันที่ผ่านมา +2

    th-cam.com/video/kw6KZqnXejQ/w-d-xo.html