The dispatcher is a singleton, and operates as the central hub of data flow in a Flux application . It is essentially a registry of callbacks, and can invoke these callbacks in order. Each store registers a callback with the dispatcher.
The dispatcher is a singleton, and operates as the central hub of data flow in a Flux application . It is essentially a registry of callbacks, and can invoke these callbacks in order. Each store registers a callback with the dispatcher.