ROFI

@bidah.bsky.social

building expo universal native apps in public ⋅ github.com/bidah

universal react native app use case: From No-code web app to native mobile No-code is great, but everyone who uses it knows that you can't freely express your app ideas w/ the plasticity of coding your own solution. It is great to: ✅ validate your idea ✅ get close to market fit ✅ know your users

Bild

UNIVERSAL REACT APPS get to reuse all of it: ✅logic ✅styles ✅ routing for iOS, Android and the web. Web details: - Run a @expo.dev for web app served as SPA or SSG - Use Next.js adapter and get RSC or RSR. - Be bold and use onestack.dev and get SSR

🌶️ take: I have proposed the @expo.dev stack w/ API routes on some projects. The main drawback is the 'well known stack' issue. People know React Native and @nextjs.org but don't know about universal apps or API routes. What would you choose? LMK in comments 👇