• Robert Knight's avatar
    Extract `createStore` helper out of `store` service · b11b3519
    Robert Knight authored
    The `store` factory function contains some useful logic for composing a
    store out of a set of _modules_ which handle different parts of the
    application state, exposing the actions and selectors from each module
    as methods on the store.
    
    To facilitate re-use of this logic in tests and to make it easier to
    test this logic directly, extract it out of the `store` function into a
    separate `createStore` helper.
    
    Doing this enables removal of `modules/index.js` which existed to
    combine parts of the modules together.
    b11b3519
Name
Last commit
Last update
..
test Loading commit data...
annotations.js Loading commit data...
frames.js Loading commit data...
links.js Loading commit data...
selection.js Loading commit data...
session.js Loading commit data...
viewer.js Loading commit data...