Turbo Native in 15 minutes

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

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

  • @joemasilotti
    @joemasilotti  Год назад +2

    If you enjoyed this video you will love my newsletter. I write about Turbo Native and being a solopreneur every week.
    masilotti.com/newsletter

  • @BrunoBonamin
    @BrunoBonamin Год назад +8

    This is fantastic. It also helps clear out how Turbo Native looks and feel in an iOS app. As someone who's not well versed in iOS development, I couldn't really tell before what the difference between a webview wrapping the whole app incl. navigation vs webview + native navigation meant, but now I do! This feels so much closer to native. Thanks!

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

      Thanks Bruno! Glad it was helpful. Check out my crash course on Swift (for Ruby developers) to pick up just enough Swift for Turbo Native development.

  • @artificemm
    @artificemm Год назад +8

    Thank you Joe, it was really helpful! At least for me is an eye opener to continue doing full stack rails whenever possible. Very nice work!

    • @joemasilotti
      @joemasilotti  Год назад +2

      Keeping as much logic in the server is always the goal. I’m hoping to do another video on exactly that, soon!

  • @whatrobot
    @whatrobot Год назад +2

    Great video! 🚀 Straight to the point and gives a good starting position for someone like me who hasn’t used Turbo Native yet. Thanks!

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

      Glad to hear it was helpful! Thanks for viewing.

  • @tjbihh
    @tjbihh 9 месяцев назад +1

    Really useful and clear - thank you!🙂

  • @zackgil
    @zackgil Год назад +2

    This is 🔥, Joe! Super helpful. Thank you!

  • @skillissuestudio
    @skillissuestudio Год назад +3

    Love it! I'm excited to try this out on my own. I've been wanting to build an iOS app but didn't want to use something other than Rails for my server

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

      Turbo Native should be perfect then!

  • @stevefarnworth
    @stevefarnworth Год назад +1

    Great intro to it!

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

    8:17 👏 renders localhost
    11:29 clicking links works!

  • @kwhandy
    @kwhandy Год назад +1

    Yeah Swift, so far she never fails to make me start new Expo app again

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

      Yeah this is neat and all but Expo is the way to go here in my opinion

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

    Thank you so much for sharing this! Super clear and helpful 🙏

  • @darkamenosa03
    @darkamenosa03 Год назад +1

    Wow! Thank you, Joe! Quick question, will there any Anroid support soon?

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

      Turbo Native has an Android library that matches most of the functionality of the iOS one. Personally, I don't work in Android much. github.com/hotwired/turbo-android

  • @joemasilotti
    @joemasilotti  Год назад +2

    I uploaded the Xcode project to GitHub, complete with all code written in this video.
    github.com/joemasilotti/Turbo-Native-demo

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

    how do you do logins !!

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

    Which Xcode theme and font are you using? Looks neat.

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

      Thanks! I'm running the base16 color scheme with the Inconsolata font.
      • github.com/kreeger/base16-xcode
      • fonts.google.com/specimen/Inconsolata

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

    Amazing tool, can be used with react native too?

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

      I think you’ll have to choose between the two frameworks, unfortunately.

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

    Great introduction! I'd be interested to hear why storyboards don't work so well with turbo-ios

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

      Thanks Dom! From my experience, Storyboards can help visualize flows between view controllers. But since most of a Turbo Native app is pushing the same VC with a different URL they don’t have much benefit.

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

      Thanks! Would there be any benefit if I wanted to display a fixed native view within the navigation view (eg an audio player that persists between visits). Seems like the docs often recommend adding these components visually rather than programmatically

    • @joemasilotti
      @joemasilotti  Год назад +1

      @@DomChristie I would still probably do it programatically. But if you went Storyboard you could add the VisitableViewController as a child view controller of your custom one which might clean things up a bit.

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

    legend 💪

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

    thanks awesome video!

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

    Well done!

  • @dorianmariefr
    @dorianmariefr Год назад +1

    I feel like I would need to know Swift basics

    • @joemasilotti
      @joemasilotti  Год назад +1

      This should help: ruclips.net/user/liveH58Tj-i2aSE

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

    This was awesome. But damn I just get a white screen trying to access my ruby.

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

      At which step? Are there any errors in your server or Xcode logs?

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

      @@joemasilotti no i think its ssl issue?

  • @eshaijuekr
    @eshaijuekr Год назад +1

    🎉

  • @stpaquet
    @stpaquet 2 месяца назад

    don't use storyboard.