Sha256: e405136e9b6b90086b119d8116e9794fc8b87c2d7fa5960b0d40ebc819bf1ae9
Contents?: true
Size: 573 Bytes
Versions: 2
Compression:
Stored size: 573 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 like have many reducers and it helps to organize them in one file. // `https://github.com/shakacode/react_on_rails/tree/master/docs/additional_reading/generated_client_code.md` import helloWorldReducer from './helloWorldReducer'; import { $$initialState as $$helloWorldState } from './helloWorldReducer'; export default { $$helloWorldStore: helloWorldReducer, }; export const initalStates = { $$helloWorldState, };
Version data entries
2 entries across 2 versions & 1 rubygems