If you heard about Flux, Redux, MobX (used for React) NgRx and NGXS (used for the latest version of Angular), those are state management pattern or library that acts as a single source of truth for web application's state. AngularJS Store is based on those popular libraries.