Blog eCreative

A Reflection of our Quality work, Excellent Support and Technical Prowess

iOS

React Native allows you to build mobile native apps with Javascript

Fcebook announced that its React Native library is now available on Github. The library allows you to build native iOS and Android applications with JavaScript and Facebook’s React library.

A framework for building native apps with React.

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.

  • With React Native your application logic is written and runs in JavaScript, whereas your application UI is fully native; therefore you have none of the compromises typically associated with HTML5 UI.
  • React introduces a novel, radical and highly functional approach to constructing user interfaces. In brief, the application UI is simply expressed as a function of the current application state.

Tom Occhino’s introducing React Native and discussing why developers at Facebook decided to create it:

The tutorial you can find here

Pocket
0 0 0