mridgway / flux-comparison

Practical comparison of different Flux solutions

Home Page:https://facebook.github.io/flux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

You may find few notes about all implementations on my blog.

Discussion on HackerNews - https://news.ycombinator.com/item?id=8989495.

Examples

The list of Flux related implementations used in this demo.

Ready

Next

  • Fluxxor
  • Delorean.js

Resources

Libraries

Articles


MIT Licensed

About

Practical comparison of different Flux solutions

https://facebook.github.io/flux


Languages

Language:JavaScript 99.7%Language:CSS 0.3%