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
You may find few notes about all implementations on my blog.
Discussion on HackerNews - https://news.ycombinator.com/item?id=8989495.
The list of Flux related implementations used in this demo.
- Fynx
- Fluxxor
- Delorean.js
You're welcome to create issues with suggestions or even make your own pull-requests (but before please take a look on contributing guidelines).
- https://github.com/facebook/flux
- http://fluxible.io
- https://github.com/spoike/refluxjs
- https://github.com/goatslacker/alt
- https://github.com/kenwheeler/mcfly
- https://github.com/acdlite/flummox
- http://martyjs.org
- http://fluxxor.com
- 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
The flux demo app was also implemented by enthusiasts without React.js but with another view layer:
See CONTRIBUTING.md.
MIT Licensed