Sha256: 495ec227a2025f7682e46bcebc4edd2685b235ba7e81281d0da71cb76f611552
Contents?: true
Size: 575 Bytes
Versions: 20
Compression:
Stored size: 575 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. // `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
20 entries across 20 versions & 1 rubygems