Turbo Native in 15 minutes

Поділитися
Вставка

КОМЕНТАРІ • 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!

  • @tjbihh
    @tjbihh 11 місяців тому +1

    Really useful and clear - thank you!🙂

  • @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.

  • @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

  • @dfriis
    @dfriis Рік тому

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

  • @stevefarnworth
    @stevefarnworth Рік тому +1

    Great intro to it!

  • @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

  • @SupeRails
    @SupeRails Рік тому

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

  • @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

  • @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.

  • @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.

  • @prodbyindigo
    @prodbyindigo Рік тому

    thanks awesome video!

  • @tomasvalent3876
    @tomasvalent3876 Рік тому

    legend 💪

  • @knagode
    @knagode Рік тому

    Well done!

  • @joemasilotti
    @joemasilotti  Рік тому +2

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

  • @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

  • @seriouslyiknowhowtoread
    @seriouslyiknowhowtoread Рік тому

    how do you do logins !!

  • @PNUKgolf
    @PNUKgolf Рік тому

    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?

    • @PNUKgolf
      @PNUKgolf Рік тому

      @@joemasilotti no i think its ssl issue?

  • @dorianmariefr
    @dorianmariefr Рік тому +1

    I feel like I would need to know Swift basics

    • @joemasilotti
      @joemasilotti  Рік тому +1

      This should help: ua-cam.com/users/liveH58Tj-i2aSE

  • @eshaijuekr
    @eshaijuekr Рік тому +1

    🎉

  • @stpaquet
    @stpaquet 3 місяці тому

    don't use storyboard.