Skip to content

wilhil/flux-comparison

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flux Comparison by Example

Similar app implemented with different Flux solutions including Facebook's, Yahoo's and others.

Usage

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.

Demo

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.

Examples

The list of Flux related implementations used in this demo.

Ready

Next

  • Fluxxor
  • Marty.js
  • Delorean.js

Resources

Libraries

Articles


MIT Licensed

About

Practical comparison of different Flux solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • CSS 0.5%