Results 164 comments of Roma P.

Here what I'am thinking of (shamelessly _borrowing_ from https://github.com/gaearon/redux): ``` js function addFoo(fluce, foo) { fluce.dispatch('fooAdd', foo) } function deleteBar(fluce, bar) { fluce.dispatch('barDelete', bar) } class DumbComp extends React.Component {...