I’m planning to build a mobile app using Elixir and Phoenix in 2023. I’d like to get your input on the best technology for the mobile front-end. Should I go with React Native, Flutter, or something else?
Any advice, case studies, or considerations regarding Elixir-Phoenix integration with these mobile frameworks would be greatly appreciated.
Hi @ilkerkaan, as @NduatiK commented parts of the API are being smoothed and the effort for this release 0.1 was focused first on SwiftUI. As an Elixir/iOS Developer combining both worlds is very exciting and the possible benefits to someone leading a technical team in a startup are clear to me. Brian the Dockyard founder and CEO wrote this blog post Elixir’s First Native Development Framework Will Massively Accelerate Development Timelines
Finally there are a couple of examples you can try:
I don’t mean to re-open an old thread here, but depending on the use case, could you not handle auth and a lot of other concerns with a REST API setup with Pheonix? I’m very new to Elixir, so let me know if I’m missing some nuance, but that is a very traditional way I have seen the same server work with web or native clients. The LiveView Native does look very promising though.