acdlite / flummox

Minimal, isomorphic Flux.
http://acdlite.github.io/flummox
1.69k stars 114 forks source link

FluxComponent not available in dist #149

Open Jabher opened 9 years ago

Jabher commented 9 years ago

I wanted to create TodoMVC with React 0.13 + Flummox and found out that there is no FluxComponent built for browser, it is fully relying upon browserify. Can it be fixed?

johanneslumpe commented 9 years ago

This will be solved with #217

Jabher commented 9 years ago

Cool! :+1: I'll try to make a TodoMVC example for it after merge.