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 moreRealm for React Native: fast database with live objects, change events & support for unidirectional data flows
If you ever worked on native Mobile Apps before and you looked for alternatives to SQLite or key-value stores then you already heard about Realm. The good news is that the guys at Realm are now launching a new Realm mobile database built specifically for React …
Read moreReact 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 moreReact 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 moreA 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