/react-flux-kefir-es6-todomvc-example

TodoMVC example build with React, Flux, Kefir.js and ES6

Primary LanguageJavaScript

TodoMVC example build with React, Flux, Kefir.js and ES6

This is port of official TodoMVC Flux example from Facebook: http://github.com/facebook/flux/blob/master/examples/flux-todomvc - files structure and most of variable names are the same.

Flux Dispatcher and EventEmitter (used in Store) are replaced with Kefir.js FRP library: http://pozadi.github.io/kefir/

JavaScript code is written in ES6 with modern React 0.13 class syntax, transpiled by Babel

Demo

Installing

npm install

Rebuild if you change something

webpack