What’s the typical flow of data like in a React + Redux app? Technology Community › Category: React › What’s the typical flow of data like in a React + Redux app? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Callback from UI component dispatches an action with a payload, which then is intercepted in a reducer, possibly producing a new application state, which is then propagated down through the tree of components in the application from the Redux store.