• 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
..
components Loading commit data...
config Loading commit data...
helpers Loading commit data...
services Loading commit data...
store Loading commit data...
test Loading commit data...
util Loading commit data...
cross-origin-rpc.js Loading commit data...
icons.js Loading commit data...
index.js Loading commit data...
markdown-commands.js Loading commit data...
media-embedder.js Loading commit data...
render-markdown.js Loading commit data...
search-client.js Loading commit data...
service-context.js Loading commit data...
websocket.js Loading commit data...