React Native

React Nativeっていうのが発表されたらしいよ。

React Native is a way to build native apps in JavaScript using React.js for user interface.

React.jsで書いてnativeにコンパイルできるよってことでいいのかな?

React Native runs JavaScript engine in a separate background thread, which communicates with the native main thread using a batched async messaging protocol. There’s a plugin for React that uses this protocol for communication.

JavaScriptエンジンが裏(別スレッド)で動いて、非同期のバッチ処理的なメッセージプロトコルってことか。

疑問

  • JavaScriptエンジンを搭載した状態のになるってこと?
  • でもWrite Once run anywhereじゃないらしいから、そういうことではないのかな?

うーんNativeイマイチわからない。 もう少し色々見てみよう。