commit ec163567455291fcba2045f8b7ec8306634a48cf
parent 4f8255ef9f82506241abd5523cc7025adb73317b
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Tue, 9 Dec 2014 11:15:08 +0300
Update README.md
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -106,13 +106,15 @@ $ npm test
### Architecture
-This project uses the original Flux architecture utilizing a unidirectional data flow.
+This project uses the original [Flux](facebook.github.io/flux/) architecture
+utilizing a unidirectional data flow.
<img src="https://github.com/facebook/flux/raw/master/docs/img/flux-diagram-white-background.png" style="width: 100%;" />
* [Flux for Stupid People](blog.andrewray.me/flux-for-stupid-people/) by [Andrew Ray](https://github.com/DelvarWorld)
* [What is Flux?](http://fluxxor.com/what-is-flux.html) by [Brandon Tilley](https://github.com/BinaryMuse/)
* [Rethinking Web App Development at Facebook](http://www.youtube.com/watch?v=nYkdrAPrdcw) by [Pete Hunt](https://github.com/petehunt)
+ * [The State of Flux](https://reactjsnews.com/the-state-of-flux/) by [David Chang](http://davidandsuzi.com/)
### Learn More