React Native

Written by - Saumya

04 April 2016

The beauty of React is it now has a lot to offer and React Native is just an amazing way to create native mobile applications with Javascript or more specifically with React. Yes, we are talking about native applications. Unlike Cordova, React Native applications do not run inside a webview. These applications use the native components from the environment it is running in. If its running in iOS the components like buttons, views etc are real iOS components. Same is true for Android.

From the first few weeks of React Native I must say its worth a try. There might be a chance that even the same code is running in both iOS and Android. Though its almost always a little different code for both the platforms. But all in all, its all Javascript.

I am not going in details of getting started here. May be in a next blog post we will explore that. If you are already developing in React you are already there. No extra effort for another toolset or language.

Happy Reacting.