Realm React Native
Monday, 29 February 2016

A new version of Realm mobile database has been launched, built specifically for Facebook React.js. Faster than existing options, it offers easy object persistence and full query capabilities.

 

realmicon

 

Realm is a database that runs directly inside phones and other mobile devices. It provides an alternative to SQLite, using native JavaScript objects that are dynamically mapped to a full, custom database engine rather than a key-value store. This means the developers were able to develop a simple API that lets you model complex data, link objects in a graph, and compose advanced queries.

Realm was originally launched for Java, Objective-C, and Swift in 2014 and has gained wide acceptance.

 

realm

 

The new version is designed for React Native, Facebook’s JavaScript framework. React Native lets you write JavaScript code that becomes native iOS & Android apps. Realm React Native can be used to target both iOS and Android with the same codebase. While the public launch was only made this week, Realm React Native has already been used in production for over two months by TaskRabbit.

TaskRabbit is an app that lets you find local people who are willing and able to carry out tasks for you. Brian Leonard, co-founder of TaskRabbit, said that using Realm and React Native made him ten times more productive than when developing a regular iOS app, and meant there was:

"a decent chance much of the code could be reused on Android. If every feature did not have to be developed twice, we could choose to develop twice as many features or have half the engineers work on something else."

The Realm team plans to add support for other platforms including Cordova and Node.js (V8) in the future.

 realmicon

More Information

Introducing Realm React Native

Related Articles

Facebook Releases React Native

React Devtools Beta 

Facebook's Relay For React Open Sourced

React 0.14 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


OpenJDK Project Leyden Now Available
22/07/2024

Project Leyden, an OpenJDK project, is now available in an early access release. Leyden aims to improve the startup time, lower the warmup time, and reduce the footprint of Java programs. It aims to d [ ... ]



Eclipse Releases Theia IDE
27/06/2024

The Eclipse Foundation has released Theia IDE, which they say is created for developers seeking a modern, open, and flexible tool for their coding pursuits. The IDE is based on the Theia Platform, whi [ ... ]


More News

 

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 26 February 2016 )