A mobile, desktop and website App with the same code

Twitter and GitHub went abuzz when Benoit Vallon showed his single codebase for a Mobile, Desktop (NW) and Website App. Dave Sibiski went even further adding support for Android. This is showing us React's (and React Native) philosophy at its best. react-nat

Read more

React Native v0.14.0 released

v0.14.0 on GitHub (npm) See the docs on how to upgrade. Highlights The new asset system is fully available to use and integrated into the build systems of both Android and iOS. You can use react-native upgrade to get the latest project templates for the la

Read more

A simple Soundcloud client built with React Native and Redux

In a (successful) effort to learn ES6, redux and React Native, Fraser Xu transformed sound-redux, a redux based web application, into a native client. While you're there, you'll also have the chance to check how he put Xeodou Li's react-native-player to good

Read more

A React Native Component for floating label text input

Forms are invaluable to your app, but boring for your users instead. At least make sure they're not hard to fill! To this extent, floating labels are a great UX improvement that ramped up in Mobile and Web development. Eyal Eizenberg is making sure you will e

Read more