Sha256: 162e1e6b4192326c1fb601e2c0a6f46a4da7214ca2e03ef375dea3f5786c42d4
Contents?: true
Size: 576 Bytes
Versions: 2
Compression:
Stored size: 576 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 initialStates = { $$helloWorldState, };
Version data entries
2 entries across 2 versions & 1 rubygems