reack-native
first steps

Is it Yet Another Cross-Platform Framework (YACPF) for mobile apps?

Okey, react-native? What is this actualy?

I have some experience, but not so big experience, with corss-platform-like framework. Well I did check Apache Cordova. Because of apps performance I've been creating native applications. No more WebView based apps!
OK, ask me about another fameworks. Sure we have got more. Good example might be HaXe, it compiles code to native layer. But not sure about optimazation etc.
Another way are JS based frameworks which map JS code to native code in run time www.nativescript.org. react-native is new technology, it was officially released on March 2015. So pretty fresh meat :) But I guess FB was using it earlier, for sure.
This is JS based framework and calls native part of app. BUT it runs JS code in separate thread! What doas it mean? UI is not blocked.

React

React was defined by facebook like this:

  • Just UI