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 […]
Category Archives: React Native
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 […]