Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 751 Bytes

concepts.md

File metadata and controls

13 lines (10 loc) · 751 Bytes

Concepts

Data Flow

    +---------+    +--------+    +------------------+
+-->| Actions |--->| Stores |--->| React Components |---+
|   +---------+    +--------+    +------------------+   |
|                                                       |
--------------------------------------------------------+

The most important concept to understand is how data is getting around the place. We're using React and Reflux to do this. The way I came to understand this concept was through watching this video and then reading through the React and Reflux documentation in a vain attempt to piece everything together.