commit 1d9e39e85e35f5406c043a71f50cfd69c340c8b3 parent ec163567455291fcba2045f8b7ec8306634a48cf Author: Konstantin Tarkus <hello@tarkus.me> Date: Tue, 9 Dec 2014 11:16:52 +0300 Update README.md Diffstat:
| M | README.md | | | 24 | ++++++++++++------------ |
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md @@ -17,6 +17,18 @@ **Demo**: http://reactjs.kriasoft.com +### Architecture + +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/) + ### Directory Layout ``` @@ -104,18 +116,6 @@ Run unit tests powered by [Jest](https://facebook.github.io/jest/) with the foll $ npm test ``` -### Architecture - -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 * [Getting Started with React.js](http://facebook.github.io/react/)