REACT FLUX TUTORIAL #11 - The Flux Dispatcher

Now, let’s add a Flux Dispatcher to our application. The dispatcher will route all events to our store, which will use a single switch statement to determine which events to respond to.
Back to Top