UNPKG

hops-redux

Version:

React and Redux implementation for Hops

11 lines (8 loc) 307 B
import ReduxActionCreatorCommonMixin from './mixin.runtime-common'; class ReduxActionCreatorBrowserMixin extends ReduxActionCreatorCommonMixin { constructor(...args) { super(...args); this.prefetchedOnServer = global._hopsPrefetchedOnServer; } } export default ReduxActionCreatorBrowserMixin;