If you enjoyed this video you will love my newsletter. I write about Turbo Native and being a solopreneur every week. masilotti.com/newsletter
@artificemm Жыл бұрын
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 Жыл бұрын
Keeping as much logic in the server is always the goal. I’m hoping to do another video on exactly that, soon!
@BrunoBonamin Жыл бұрын
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 Жыл бұрын
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.
@tjbihh9 ай бұрын
Really useful and clear - thank you!🙂
@whatrobot Жыл бұрын
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 Жыл бұрын
Glad to hear it was helpful! Thanks for viewing.
@zackgil Жыл бұрын
This is 🔥, Joe! Super helpful. Thank you!
@joemasilotti Жыл бұрын
Glad to hear it, Zack!
@stevefarnworth Жыл бұрын
Great intro to it!
@joemasilotti Жыл бұрын
Thanks Steve!
@dfriis Жыл бұрын
Thank you so much for sharing this! Super clear and helpful 🙏
@joemasilotti Жыл бұрын
Glad to hear it was helpful!
@skillissuestudio Жыл бұрын
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
Wow! Thank you, Joe! Quick question, will there any Anroid support soon?
@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
@knagode Жыл бұрын
Well done!
@joemasilotti Жыл бұрын
Thank you! 😄
@kwhandy Жыл бұрын
Yeah Swift, so far she never fails to make me start new Expo app again
@SeanLazer Жыл бұрын
Yeah this is neat and all but Expo is the way to go here in my opinion
@prodbyindigo Жыл бұрын
thanks awesome video!
@joemasilotti Жыл бұрын
Thank you! Glad you enjoyed it. :D
@lancy981 Жыл бұрын
Which Xcode theme and font are you using? Looks neat.
@joemasilotti Жыл бұрын
Thanks! I'm running the base16 color scheme with the Inconsolata font. • github.com/kreeger/base16-xcode • fonts.google.com/specimen/Inconsolata
@tomasvalent3876 Жыл бұрын
legend 💪
@pedroa5720 Жыл бұрын
Amazing tool, can be used with react native too?
@joemasilotti Жыл бұрын
I think you’ll have to choose between the two frameworks, unfortunately.
@DomChristie Жыл бұрын
Great introduction! I'd be interested to hear why storyboards don't work so well with turbo-ios
@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 Жыл бұрын
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 Жыл бұрын
@@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.
@seriouslyiknowhowtoread Жыл бұрын
how do you do logins !!
@joemasilotti Жыл бұрын
I uploaded the Xcode project to GitHub, complete with all code written in this video. github.com/joemasilotti/Turbo-Native-demo
@eshaijuekr Жыл бұрын
🎉
@joemasilotti Жыл бұрын
😀
@PNUKcom Жыл бұрын
This was awesome. But damn I just get a white screen trying to access my ruby.
@joemasilotti Жыл бұрын
At which step? Are there any errors in your server or Xcode logs?