Sha256: 093eff3a20aae6b1e00c87f9e154b81774bcd64b410daaed6ce51cac36e691c8
Contents?: true
Size: 466 Bytes
Versions: 39
Compression:
Stored size: 466 Bytes
Contents
// This file is our manifest of all reducers for the app. // See also /client/app/bundles/HelloWorld/store/helloWorldStore.jsx // A real world app will likely have many reducers and it helps to organize them in one file. import helloWorldReducer from './helloWorldReducer'; import { $$initialState as $$helloWorldState } from './helloWorldReducer'; export default { $$helloWorldStore: helloWorldReducer, }; export const initialStates = { $$helloWorldState, };
Version data entries
39 entries across 39 versions & 1 rubygems