• 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
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...