The D KMP Architecture Declarative UIs + Kotlin MultiPlatform + MVI pattern with Daniele Baroncelli

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 10

  • @ghZTrikz
    @ghZTrikz Год назад

    Thanks for good and detailed explanation of this project and things like MVI, Reducers and examples of code!

  • @codingwithmitch
    @codingwithmitch 3 года назад +6

    ViewModel isn't ready to be shared yet. What we need is a data structure that both Compose and SwiftUI can recognize and observe. If we had that it would be a HUGE step forward

    • @yaroslavkulinich7155
      @yaroslavkulinich7155 3 года назад

      As I understand the gap is on the Swift side, right?

    • @shoaibkhalid6156
      @shoaibkhalid6156 3 года назад +1

      i think you have good understanding. You must make videos to teach us.

    • @AzMahgs
      @AzMahgs 3 года назад

      @@shoaibkhalid6156 but without a monthly subscription please. I'm broke ass

    • @TheAndreArtus
      @TheAndreArtus 3 года назад +1

      @@AzMahgs Mitch has a lot of free content but it takes time and investment to make videos: he needs to make money or he would be broke ass too.

    • @DerCheckerzeigts
      @DerCheckerzeigts 3 года назад

      What about moko mvvm livedata?

  • @sealwu
    @sealwu 3 года назад +1

    Great! I like your video😍

  • @martinusvanderuitenbeek6098
    @martinusvanderuitenbeek6098 2 года назад

    Loving this framework, thanks a lot! Just looking for the right way to get result of a sub navigated screen (e.g. a FriendPickerScreen) back into the previous screen/state. Any hints or an example how to achieve it?

  • @raghavendpai
    @raghavendpai 3 года назад

    Good Tutorial thanks