catberry
Version:
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
11 lines (9 loc) • 350 B
JavaScript
;
module.exports = {
AsyncComponent: require('./AsyncComponent'),
AsyncErrorComponent: require('./AsyncErrorComponent'),
ConstructorErrorComponent: require('./ConstructorErrorComponent'),
StoreComponent: require('./StoreComponent'),
SyncComponent: require('./SyncComponent'),
SyncErrorComponent: require('./SyncErrorComponent')
};