commit 4f8255ef9f82506241abd5523cc7025adb73317b parent 671c4e2f3dd205bd04631a17e4b8d08808db0d06 Author: Konstantin Tarkus <hello@tarkus.me> Date: Tue, 9 Dec 2014 11:12:58 +0300 Update README.md: add Flux references Diffstat:
| M | README.md | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -104,6 +104,16 @@ Run unit tests powered by [Jest](https://facebook.github.io/jest/) with the foll $ npm test ``` +### Architecture + +This project uses the original 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) + ### Learn More * [Getting Started with React.js](http://facebook.github.io/react/)