Getting Started with React Native and Redux

It's been far too long that I've been saying to myself: "Brooks you really should give React Native a try". So I've whipped up a quick 'how-to' article from my first foray into React Native. In this tutorial, we will create a new React Native project, integrate Redux and deploy on Android and iOS. To keep this first project simple we'll be remaking the Redux counter example.

Getting Started

You…

Read more →
React: Containers and Components

At work we've been using React heavily on one of our new projects. Like most projects we are using redux to load data from the server. In doing so testing becomes a bit more difficult. In order to make our components more testable we are using containers.

You might have heard of containers before, they are also called 'Higher Order Components'. Theses are components that wrap other components.…

Read more →
Migrating from Refluxjs to Redux

Unless you have been living under a rock. I'm sure you are aware of all the buzz behind React. Our latest project at work is React based. It's been so much fun to get our hands on a new UI framework.

We built out the initial proof of concept using React, React-Router and Refluxjs. Refluxjs was a great way to get the project started quickly. But we quickly started noticing some things that got us…

Read more →
Page 1