• Robert Knight's avatar
    Align store module naming with Redux terminology · 4ca56948
    Robert Knight authored
    Rename several fields of the configuration object for store modules to
    better align with the associated Redux concepts. This should make it
    easier for newcomers to the code to understand it if they already have
    some familiarity with Redux.
    
     - Rename the `init` function to `initialState`
     - Rename the `update` map to `reducers`
     - Rename the `actions` map to `actionCreators`
    4ca56948
defaults.js 1.82 KB