0.14 - 16
As a React application grows, so does the needs for organization and patterns. How do components communicate? How do we manage state across the application? How is data shared between components?
These are the questions that Flux was built to answer.
In this series, we will explore React Flux, using ES6 (ES2015), babel, and webpack to manage our developer workflow.