delorean.js
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "delorean.js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Flux Library", | ||
@@ -5,0 +5,0 @@ "main": "dist/delorean.js", |
@@ -7,2 +7,13 @@ ![DeLorean Logo](https://raw.githubusercontent.com/f/delorean/master/asset/delorean-logo.png) | ||
## What is Flux | ||
Data in a Flux application flows in a single direction, in a cycle: | ||
``` | ||
Views ---> (actions) ----> Dispatcher ---> (registered callback) ---> Stores -------+ | ||
Ʌ | | ||
| V | ||
+-- (Controller-Views "change" event handlers) ---- (Stores emit "change" events) --+ | ||
``` | ||
## Install | ||
@@ -9,0 +20,0 @@ |
688465
242