Introduction to React Dispatcher. The dispatcher is the center point of the data flow in a Flux application . It is simply a directory of call-backs and incites these callbacks in a particular order. Callbacks are stored in each and every store with a dispatcher.