Daily Log code deep dive - Strada

Sdílet
Vložit
  • čas přidán 3. 01. 2024
  • The second video in a series diving into the code of Daily Log, an open source Ruby on Rails and Turbo Native app.
    This video focuses on building native Swift components with Strada. I cover how to wire up a native button powered by HTML and a Stimulus controller.
  • Věda a technologie

Komentáře • 15

  • @methbarto
    @methbarto Před 4 měsíci

    Hi Joe, I love your work. Can you share please the repo for both the rails app and the iOS app?

    • @joemasilotti
      @joemasilotti  Před 4 měsíci +1

      github.com/joemasilotti/daily-log

    • @methbarto
      @methbarto Před 4 měsíci

      thanks a lot@@joemasilotti

    • @raheebwa
      @raheebwa Před měsícem

      Hi Joe. Do I need to know swift/kotlin to use strada

    • @joemasilotti
      @joemasilotti  Před měsícem

      @@raheebwa For Strada, yes, you'll definitely want to have a baseline understanding of how Swift and Kotlin development works.

  • @normalvideos999
    @normalvideos999 Před 4 měsíci +1

    Another excellent video

  • @aniketpatidar
    @aniketpatidar Před 4 měsíci

    Really enjoyed a lot! Thankyou❤

  • @tomasvalent3876
    @tomasvalent3876 Před 4 měsíci

    f yeah! Thank you for this Sir 🙏❤

  • @godfoca
    @godfoca Před 4 měsíci

    Thanks for the example! Curious why you are using a separate link at the bottom of the page, instead of adding the data-bridge attributes to the web button you already have? 🤔

    • @joemasilotti
      @joemasilotti  Před 4 měsíci

      There's a web-based link for client versions that don't have the necessary Strada code yet.

  • @mikopiko
    @mikopiko Před 4 měsíci

    This is one of the downsides with Strada that I hoped would be solved, you still have to know a little bit of Swift / Java to still being able to build for the mobile devices.

    • @joemasilotti
      @joemasilotti  Před 4 měsíci

      For sure, you still have to build the native component, well, natively. And I don't think there's a way around that.

    • @mikopiko
      @mikopiko Před 4 měsíci

      If only Strada could work with something like Dart @@joemasilotti