Skip to content

3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vladimir-8 vladimir-8 released this 11 Dec 16:12
· 29 commits to master since this release

refactoring to start using a new redux store structure in the logistics (aka dispatch) part:

{
    logistics: {
        simpleDomainData1: {....},
        simpleDomainData2: {....},
        entities : {
            entityType1 : {....},
            entityType2 : {....}
        },
        ui : {
            uiSection1 : {....},
            uiSection2 : {....}
        } 
...
    },