Comment on With React Native it’s not all sugar and spiceComments−rkwz10yYou should do your due diligence before using a framework/library/technology for production code. Don't just follow the hype.http://www.sheshbabu.com/posts/guidelines-to-choose-a-javasc...−kelseydh10yThe case for React is strong in this respect, because Facebook has many lines of React committed to important production code. Your problems are also their problems... unlike Angular, which Google isn't relying on in production code nearly as much.−rkwz10yYep, React is a good choice because FB is using it in production in their consumer facing apps. But React Native is not used that way by FB (yet?)−Matsta10yFB are using Reactive Native for their Groups, Ad Manager and F8 Conference apps: https://facebook.github.io/react-native/showcase.html−sotojuan10yThey are. In general it Facebook open sources something it means they use it.
Comments
You should do your due diligence before using a framework/library/technology for production code. Don't just follow the hype.
http://www.sheshbabu.com/posts/guidelines-to-choose-a-javasc...
The case for React is strong in this respect, because Facebook has many lines of React committed to important production code. Your problems are also their problems... unlike Angular, which Google isn't relying on in production code nearly as much.
Yep, React is a good choice because FB is using it in production in their consumer facing apps. But React Native is not used that way by FB (yet?)
FB are using Reactive Native for their Groups, Ad Manager and F8 Conference apps: https://facebook.github.io/react-native/showcase.html
They are. In general it Facebook open sources something it means they use it.