💯
It’s the best of React: component geometry & JS ecosystem of libraries
AND the best of Native: harnessing the platform’s capabilities
A good React Native app should be indistinguishable from a Native one, because React Native is Native (driven by React)
It’s the best of React: component geometry & JS ecosystem of libraries
AND the best of Native: harnessing the platform’s capabilities
A good React Native app should be indistinguishable from a Native one, because React Native is Native (driven by React)
Reposted from
dan
i bitch about it a lot but React Native is awesome. if you’re a native engineer you might feel skeptical, but it isn’t a lowest common denominator crossplatform abstraction. rather, i like to think of it as a scripting orchestration layer for platform views (which you can still write). like in games
Comments
- SwiftData is not a pleasure to work with.
- Also SPM (swift package manager) has its quirks.
- SwiftUI is incredible.
I’m waiting to test out @schickling.dev LiveStore and may rewrite with react native while I’m ahead.
It connects each mobile device to each other (iOS and Android), creating its own network, and then transmits updates/sync between them & cloud
Looking forward to seeing what you build!
Or App.ios.tsx, and you import a Native iOS View to render, and it’s full iOS behind that, it’s still technically RN
But you can do that anywhere at any component 🤯