Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.8%
  • CSS 17.8%
  • HTML 2.4%