Modern React with Redux

If you've been following along React.js Conf then you might know how Redux is generally praised as the preferred Flux implementation. Flux (or Redux) comes handy as your App Size and its complexity grow over time. Still, it might feel a little overwhelming to

Read more

React Native Tools extension for Visual Studio Code

Amazing times for all of us, React and React Native developers. Not only we're in the middle of a React.js Conf but looks like a lot of big players are going to make major announcements in these days. Just to start with, here is the Visual Studio Code extensi

Read more

React Native v0.21.0 released

v0.21.0 on GitHub (npm) New features Added NavigationExperimental a308546 Added ability to switch React Native version in documentation website 6c7991c 6c7991c Replace String.prototype.contains with String.prototype.includes polyfill 2f73ad0 577206f Mak

Read more

A library to manage dynamic updates to React Native apps

React Native enhances mobile development in many ways, but it's no big news that one of the the most talked about feature is its built-in ability to dynamically load the application code. This opens new ways of developing and releasing applications (expeciall

Read more