Advanced
Alex Grover@alexgrover.eth
9/29/2023

If you were going to start a mobile-first project today which approach would you take and why? 1. PWA 2. React Native or Flutter 3. Fully native

In reply to @alexgrover.eth
Christian@evaluate
9/29/2023

seems pretty dependent on whether you plan to have in-app purchases

In reply to @alexgrover.eth
Dan Romero@dwr.eth
9/29/2023

2. React Native

In reply to @alexgrover.eth
sean 🔷@seanhart.eth
9/29/2023

preference: fully native practical: RN pondering: PWA

In reply to @alexgrover.eth
Joshua Miller@joshmiller
9/29/2023

2. RN RN is the sweet spot of allowing you to rapidly build cross-platform with a big ecosystem, while also allowing escape hatches for custom native components that integrate just as well.

In reply to @alexgrover.eth
Yash Karthik@yashkarthik
9/29/2023

2. React native

In reply to @alexgrover.eth
Manan @manan
9/29/2023

2. React Native (start with Expo) Max efficiency across the stack

In reply to @alexgrover.eth
9/29/2023

React Native + Expo. I think the challenge would be what backend stack would I use and where to host.

In reply to @alexgrover.eth
Peter Ferguson@peterferguson.eth
9/29/2023

Since it is mobile-first (implying web is coming) React native & expo is the easily the best choice imo All three platforms from a single code base and can even host your backend from the same project if you build the web it on next js/vercel

In reply to @alexgrover.eth
Ben Adamsky@ba
9/29/2023

1 had a great experience so far converting our Next 13 web app into a PWA (https://weponder.io), only took ~1 hour to implement the next addon Depends on your use case, we wanted it to also work on desktop and it’s way easier to build one thing than two

In reply to @alexgrover.eth
Ben Adamsky@ba
9/29/2023

@survey best dev framework for mobile-first projects

In reply to @alexgrover.eth
9/29/2023

PWA + React Native combo It’s the Miley Cyrus of mobile

In reply to @alexgrover.eth
9/29/2023

Uniswap wallet sold me on RN

In reply to @alexgrover.eth
Jake LeBoeuf 💜,💙@jklb.eth
9/29/2023

2 (rn)

In reply to @alexgrover.eth
9/29/2023

React Native is nice especially if mobile first. You can then go typescript for frontend, backend and get first class mobile support to be installed from android/playstore. PWA I feel are getting there with add to homescreen on iOS/Mac and Android but actual apps still feel better

In reply to @alexgrover.eth
Alexander@aer0xander
9/30/2023

2 but with Tamagui and Next.js, so would still make the web app a PWA

In reply to @alexgrover.eth
Gökhan Turhan@gokhan
9/30/2023

2. React Native

In reply to @alexgrover.eth
Jake Casey@jakeacasey
10/1/2023

RN + expo ez game ez life. It is comically easy to build mobile applications these days. I thought it was magic when I used it years ago, and it's only gotten better.

In reply to @alexgrover.eth
10/2/2023

If we were talking about web3, it is PWA. Otherwise, it depends on the project specs.

In reply to @alexgrover.eth
Stefano@stefano
10/2/2023

Business logic in rust and native view layer (Swiftui/Jetpack compose).

In reply to @alexgrover.eth
David Furlong@df
10/4/2023

2. React native

In reply to @alexgrover.eth
Kleak@kleak
11/16/2023

Flutter for SURE! Not even and the good thing is that it checks options 1 and 2 😉

dev