Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

rocket pfp
rocket
@rocket
Considering two architectures for a fintech app, curious what people here think: 1) React Native for both mobile and web 2) React Native for mobile, Nextjs for web, using Turborepo and shared packages The functionality between mobile and web will be 75% the same, and the UI components will be 50% the same.
3 replies
0 recast
2 reactions

atlasmoth pfp
atlasmoth
@osuji.eth
Would definitely not recommend 1, especially if it's going to be a sizeable app with lots of components and platform specific APIs. I'd personally share as much logic as possible but use react native and plain react instead as Next.js limits deployment options and it doesn't seem like you need SSR
0 reply
0 recast
1 reaction