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