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) 116 B
'use strict'; class SyncComponent { render() { return this.$context.name; } } module.exports = SyncComponent;