UNPKG

catberry

Version:

Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.

10 lines (7 loc) 128 B
'use strict'; class StoreComponent { render() { return this.$context.getStoreData(); } } module.exports = StoreComponent;