Content
@
0 reply
0 recast
0 reaction
tstomek
@tstomek
Hello /frontend 👋 We’re currently working on the official $DEGEN app - excited to connect with the community and share what we’re building. The new mobile app is being developed in React Native, with a focus on supporting both iOS and Android from a single codebase (starting with iOS 🚀 ) 🔧 Tech stack: 💥 React Native 💥 React Hook Form for flexible and scalable form management 💥 Zod for runtime-safe schema validation 💥 React Query to handle async data fetching and caching We’re aiming for great performance, a smooth dev experience, and quick iteration. 🙏 If you’ve built serious apps in React Native before... Would love to hear your lessons learned — especially around: 💡 Performance optimizations — what’s made the biggest difference for you? 💡 Gotchas in App Store/Play Store submission — any early-stage advice? We're heads-down building, but always open to learn from folks who’ve been there. Drop your thoughts or fav resources — let’s build DEGEN strong 💪
7 replies
34 recasts
229 reactions
Omar
@omarperacha.eth
The biggest thing to note with RN is not having control of main vs background thread allocation for any processes. IMO, this only makes a difference if you have heavy, lag-sensitive activity (think video, audio, streaming, lots of animation) that have to coincide with user-initiated actions. You probably don't have that, so RN was a great choice 😎
0 reply
0 recast
1 reaction