reapp-reducer
Simple reducer for use with flux. Reduces an array or map into an array of objects with: { id, data, status }
Status is given first so we can allow currying, ex:
var loadedReducer = reducer; ;
status is optional, default value is 'OK'