React Native limitations? [closed]
I don't know a lot about mobile development, but the possibility of writing native mobile apps in JS interests me a lot.
However, correct me if I'm wrong, but I dont think that React Native is about to replace traditional native code anytime soon. Why is this the case? What are the limitations of React Native, that prevents it from replacing traditional native development?
Any insight is much appreciated
At Facebook we're excited about RN for a few reasons:
- Development velocity - refreshing is much faster than compiling, especially for big complicated apps
- Separation of concerns - Experts on each platform can build high-quality native infrastructure and product developers can focus on their apps
- Easier education - Developers can learn ES6+React once, and then build apps for iOS, Android, and of course the web
We used React Native to build the Facebook Ads Manager app for iOS, which is a pretty complicated app. It is working for us, but it probably won't work for everyone. This is a new technology that you should use at your own risk. Although we are working hard, it is not perfectly stable yet
Comments
Post a Comment