Dapr’s State Management API simplifies handling state in distributed architectures, removing the need to write service-specific code and reducing application complexity — In distributed architectures, we’ll usually have a number of independent stateless services that serve a purpose (set around a domain, such as ordering items, storing items in a catalog, handling authentication etc.) While services should strive to be stateless, there will be some services that need to track state in…