885 B
885 B
title, ring, quadrant
| title | ring | quadrant |
|---|---|---|
| State Management Pattern | adopt | languages-and-frameworks |
State Management is a design pattern with the goal of separating domain representation from state management. This pattern is applied by many popular web frameworks such as Vuex, Redux or Flux.
Especially in reactive systems, this pattern helps to solve the task of maintaining decoupled, stateless and immutable components. The ways of implementing state management differs and depend on the specific requirements of the application at hand.
For distributed backend systems one might want to utilize Akka's cluster sharding module to elastically manage domain object states.