Introduction to React Native And Node.js React Native is a framework for building mobile apps using React and JavaScript. Being an open source framework, through React Native you can develop both IOS and Android app simultaneously using one codebase, leading to lower development costs. Whereas, Node.js is used for writing server-side Javascript code. Node.js is […]
Tag Archives: IOS app using ReactNative
A Truce in the HTML CSS vs. Native War Linkites
For many years, mobile app developers have had to make a uniquely difficult choice: Do I develop my apps using the native tools from Apple or Google, or do I build my app using some sort of cross-platform solution? It’s widely accepted that native tools are needed for developers to create the best user experience. […]
React over AngularJS?
AngularJS and ReactJS have several different aspects: Componentization: AngularJS is based on the three layers — Model, View, Controller, and provides many standard services, factories, controllers, and directives. We divide app code into several files and can reuse template or component in a different part of the website. ReactJS helps us update the View […]
React Native: Building iOS Apps with JavaScript
A Facebook open-sourced React Native which is a framework that lets you build native iOS and Android applications with JavaScript. We’ve seen frameworks like Titanium and PhoneGap which offer developers an option of building mobile applications using web technologies. This is an advantage as they enable developers to use one set of skills for […]