ProxiMap Architecture

State and Data Management

Application State and Data is managed by a service, the stateManager and dataManager. The flow of information is uni-directional: Events trigger state changes which can trigger data changes (or not). The components watch the state and data for changes and react accordingly.

_images/DataFlow.svg

Changes to make