Similar app implemented with different Flux solutions including Facebook's, Yahoo's and others.
Clone this repo and run npm install
inside it.
Before checking any of the included apps you will need to build its' Javascript resources with Browserify by running npm start
inside concrete app folder.
Select several products from Flux Online Shop and add them to cart. Open browser console and click Checkout button, you'll see payload with products that you just "bought".
http://labs.voronianski.com/flux-comparison
Detailed article about all implementations is coming soon on my blog.
The list of Flux related implementations used in this demo.
- Fluxxor
- Marty.js
- Delorean.js
- https://github.com/facebook/flux
- https://github.com/yahoo/fluxible
- https://github.com/yahoo/dispatchr
- https://github.com/spoike/refluxjs
- https://github.com/goatslacker/alt
- http://fluxxor.com
- http://martyjs.org
- http://deloreanjs.com
- http://facebook.github.io/react/blog/2014/07/30/flux-actions-and-the-dispatcher.html
- http://www.code-experience.com/async-requests-with-react-js-and-flux-revisited
- http://spoike.ghost.io/deconstructing-reactjss-flux
MIT Licensed