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

Wesley— oss/acc pfp
Wesley— oss/acc
@wslyvh.eth
Expo for mobile Including web depends a bit on the complexity of your App. I.e. how many native/platform specific APIs you need. For more complex apps you probably want to separate web
0 reply
0 recast
1 reaction

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

Haole pfp
Haole
@haole
expo for mobile and web and you can also introduce special code for web only
0 reply
0 recast
1 reaction