Building a test suite in React JS, Flux For Stupid People, Yo in Flux
In this article Jack walks through using Jest to set up a test suite in order to test his React components.
Flux can be daunting for those first starting out with it. Andrew does a great job of teaching the fundamentals of flux in layman's terms. If you're looking to learn Flux, this article should be your first stop.
When you first start learning React, putting all the pieces together can be difficult. Here David walks through how to use React, Firebase, and the Flux architecture to recreate the popular app 'Yo'.